cifs: update internal module number
authorSteve French <stfrench@microsoft.com>
Mon, 1 Aug 2022 06:31:16 +0000 (01:31 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 5 Aug 2022 16:24:17 +0000 (11:24 -0500)
To 2.38

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.h

index b17be47..81f4c15 100644 (file)
@@ -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 37
-#define CIFS_VERSION   "2.37"
+#define SMB3_PRODUCT_BUILD 38
+#define CIFS_VERSION   "2.38"
 #endif                         /* _CIFSFS_H */