summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-04-02 00:50:59 +0200
committerSteve French <stfrench@microsoft.com>2022-04-05 05:40:14 +0200
commit7cd1cc415dd8d0dca7244c9eafb9a0adc8036805 (patch)
tree4cf59fc813d2475c46cffbc29b5801e4242ca0f7 /fs
parentcifs: force new session setup and tcon for dfs (diff)
downloadlinux-7cd1cc415dd8d0dca7244c9eafb9a0adc8036805.tar.xz
linux-7cd1cc415dd8d0dca7244c9eafb9a0adc8036805.zip
cifs: update internal module number
To 2.36 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-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 */