summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-01-19 22:11:33 -0600
committerSteve French <stfrench@microsoft.com>2022-01-19 23:14:34 -0600
commit51620150ca2df62f8ea472ab8962be590c957288 (patch)
treea859df1fb62ef505f35a41d7caf4d4268acb896f /fs
parent52d005337b2c94ab37273d9ad8382d4fb051defd (diff)
downloadlinux-51620150ca2df62f8ea472ab8962be590c957288.tar.gz
linux-51620150ca2df62f8ea472ab8962be590c957288.tar.xz
cifs: update internal module number
To 2.35 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index 7c6f8180df69..15a5c5db038b 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -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 */