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:
e889a45
)
cifs: update internal version number
author
Steve French
<stfrench@microsoft.com>
Wed, 4 Jun 2025 04:21:09 +0000
(23:21 -0500)
committer
Steve French
<stfrench@microsoft.com>
Thu, 5 Jun 2025 15:21:17 +0000
(10:21 -0500)
to 2.55
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 ca435a3841b8a7a78c97540109a6b2f9d77e7a9e..b9ec9fe16a9822381b2d5e449f0abc395fba6386 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
4
-#define CIFS_VERSION "2.5
4
"
+#define SMB3_PRODUCT_BUILD 5
5
+#define CIFS_VERSION "2.5
5
"
#endif /* _CIFSFS_H */