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, 20 Jan 2022 05:14:34 +0000 (23:14 -0600)
To 2.35

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

index 7c6f818..15a5c5d 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 */