cifs: update internal module number
authorSteve French <stfrench@microsoft.com>
Fri, 16 Dec 2022 02:03:17 +0000 (20:03 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 19 Dec 2022 14:04:50 +0000 (08:04 -0600)
To 2.41

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

index 00a573e..63a0ac2 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 40
-#define CIFS_VERSION   "2.40"
+#define SMB3_PRODUCT_BUILD 41
+#define CIFS_VERSION   "2.41"
 #endif                         /* _CIFSFS_H */