From: Steve French Date: Wed, 14 Sep 2022 04:00:02 +0000 (-0500) Subject: cifs: update internal module number X-Git-Tag: v6.0-rc6~8^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8af8aed97bebe8b26a340da5236e277c3d84a8ec;p=users%2Fdwmw2%2Flinux.git cifs: update internal module number To 2.39 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 81f4c15936d05..5b4a7a32bdc58 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,6 +153,6 @@ extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ /* when changing internal version - update following two lines at same time */ -#define SMB3_PRODUCT_BUILD 38 -#define CIFS_VERSION "2.38" +#define SMB3_PRODUCT_BUILD 39 +#define CIFS_VERSION "2.39" #endif /* _CIFSFS_H */