aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-12-15 20:03:17 -0600
committerSteve French <stfrench@microsoft.com>2022-12-19 08:04:50 -0600
commitaacfc939cc42293fbcfe113040b4e8abaef68429 (patch)
treed42492a2c843631f0a574b04c957525e87431c4a
parentf60ffa662d1427cfd31fe9d895c3566ac50bfe52 (diff)
downloadpci-aacfc939cc42293fbcfe113040b4e8abaef68429.tar.gz
cifs: update internal module number
To 2.41 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 00a573e0ad0e19..63a0ac2b93558a 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 40
-#define CIFS_VERSION "2.40"
+#define SMB3_PRODUCT_BUILD 41
+#define CIFS_VERSION "2.41"
#endif /* _CIFSFS_H */