projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c48e1c
)
cifs: update internal version number
author
Steve French
<stfrench@microsoft.com>
Sat, 9 Aug 2025 14:17:46 +0000
(09:17 -0500)
committer
Steve French
<stfrench@microsoft.com>
Wed, 13 Aug 2025 16:36:20 +0000
(11:36 -0500)
to 2.56
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/smb/client/cifsfs.h
b/fs/smb/client/cifsfs.h
index 487f39cff77e537e6cec26788edbfef18a7cc9e3..3ce7c614ccc01f43a91e28a3176b63121e71af7a 100644
(file)
--- 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 5
5
-#define CIFS_VERSION "2.5
5
"
+#define SMB3_PRODUCT_BUILD 5
6
+#define CIFS_VERSION "2.5
6
"
#endif /* _CIFSFS_H */