summaryrefslogtreecommitdiff
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-11-23 03:37:37 +0300
committerSteve French <stfrench@microsoft.com>2021-11-23 19:07:15 +0300
commit0b03fe6d3ae21a7769d867ccdce33737eb348454 (patch)
treea2a2bab97e9f9c25dee4c7b09e196ddb6325e89a /fs/cifs
parent350f4a562e1ffc2e4869e3083dc9b0ec4bca6c3a (diff)
downloadlinux-0b03fe6d3ae21a7769d867ccdce33737eb348454.tar.xz
cifs: update internal version number
To 2.34 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index b50da1901ebd..9e5d9e192ef0 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -152,5 +152,5 @@ 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 CIFS_VERSION "2.33"
+#define CIFS_VERSION "2.34"
#endif /* _CIFSFS_H */