aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-04-01 17:50:59 -0500
committerSteve French <stfrench@microsoft.com>2022-04-04 22:40:14 -0500
commit7cd1cc415dd8d0dca7244c9eafb9a0adc8036805 (patch)
tree4cf59fc813d2475c46cffbc29b5801e4242ca0f7 /fs/cifs
parentcifs: force new session setup and tcon for dfs (diff)
downloadlinux-dev-7cd1cc415dd8d0dca7244c9eafb9a0adc8036805.tar.xz
linux-dev-7cd1cc415dd8d0dca7244c9eafb9a0adc8036805.zip
cifs: update internal module number
To 2.36 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 15a5c5db038b..c0542bdcd06b 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -153,5 +153,5 @@ extern const struct export_operations cifs_export_ops;
#endif /* CONFIG_CIFS_NFSD_EXPORT */
#define SMB3_PRODUCT_BUILD 35
-#define CIFS_VERSION "2.35"
+#define CIFS_VERSION "2.36"
#endif /* _CIFSFS_H */