summaryrefslogtreecommitdiffstats
path: root/fs/smb
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2025-08-09 09:17:46 -0500
committerSteve French <stfrench@microsoft.com>2025-08-13 11:36:20 -0500
commite3f776d30a56286aaf882b96c92e797b7587a6ab (patch)
tree61bda30312699f7dd1c4c6c4e7f015449f5f6988 /fs/smb
parentsmb: client: don't wait for info->send_pending == 0 on error (diff)
downloadlinux-e3f776d30a56286aaf882b96c92e797b7587a6ab.tar.gz
linux-e3f776d30a56286aaf882b96c92e797b7587a6ab.zip
cifs: update internal version number
to 2.56 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb')
-rw-r--r--fs/smb/client/cifsfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h
index 487f39cff77e..3ce7c614ccc0 100644
--- a/fs/smb/client/cifsfs.h
+++ b/fs/smb/client/cifsfs.h
@@ -145,6 +145,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 55
-#define CIFS_VERSION "2.55"
+#define SMB3_PRODUCT_BUILD 56
+#define CIFS_VERSION "2.56"
#endif /* _CIFSFS_H */