aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-08-01 01:31:16 -0500
committerSteve French <stfrench@microsoft.com>2022-08-05 11:24:17 -0500
commit0d168a58fca34806b575c7cba87afb11208acb54 (patch)
treea536e9bf1bfcf4cc3e3749802fd503ff74fc0909
parentea75a78c07d7f172062822b90fac8a9ac59773a3 (diff)
downloadidmapping-0d168a58fca34806b575c7cba87afb11208acb54.tar.gz
cifs: update internal module number
To 2.38 Signed-off-by: Steve French <stfrench@microsoft.com>
-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 b17be47a8e595c..81f4c15936d050 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -153,6 +153,6 @@ extern const struct export_operations cifs_export_ops;
#endif /* CONFIG_CIFS_NFSD_EXPORT */
/* when changing internal version - update following two lines at same time */
-#define SMB3_PRODUCT_BUILD 37
-#define CIFS_VERSION "2.37"
+#define SMB3_PRODUCT_BUILD 38
+#define CIFS_VERSION "2.38"
#endif /* _CIFSFS_H */