aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-02-15 23:58:58 -0600
committerSteve French <stfrench@microsoft.com>2021-02-25 19:08:11 -0600
commit8369dfd7841e70711c53a065ffb8029f24520200 (patch)
treed77e9aa46f15fe3af532eaf3b2172f1209c09c12
parentcf0604a686b11175d8beae60281c4ccc95aaa5c2 (diff)
downloadlinux-leds-8369dfd7841e70711c53a065ffb8029f24520200.tar.gz
cifs: update internal version number
To 2.31 Signed-off-by: Steve French <stfrench@microsoft.com>
-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 2307bb0f614707..766e388628701d 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -160,5 +160,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.30"
+#define CIFS_VERSION "2.31"
#endif /* _CIFSFS_H */