cifs: update internal module number
authorSteve French <stfrench@microsoft.com>
Thu, 20 Jan 2022 04:11:33 +0000 (22:11 -0600)
committerSteve French <stfrench@microsoft.com>
Thu, 21 Jul 2022 15:40:00 +0000 (10:40 -0500)
To 2.35

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

index 7c6f8180df694b717be977bfaafe4b1350f31fb8..15a5c5db038b8230cd36afab81274096f1e21db2 100644 (file)
@@ -152,6 +152,6 @@ extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type,
 extern const struct export_operations cifs_export_ops;
 #endif /* CONFIG_CIFS_NFSD_EXPORT */
 
-#define SMB3_PRODUCT_BUILD 34
-#define CIFS_VERSION   "2.34"
+#define SMB3_PRODUCT_BUILD 35
+#define CIFS_VERSION   "2.35"
 #endif                         /* _CIFSFS_H */