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:
28753e4
)
cifs: update internal version number
author
Steve French
<stfrench@microsoft.com>
Tue, 1 Apr 2025 01:50:31 +0000
(20:50 -0500)
committer
Steve French
<stfrench@microsoft.com>
Thu, 3 Apr 2025 01:01:14 +0000
(20:01 -0500)
To 2.52
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 a769fa7ceecea5423a7d20935353dc021d8bea9e..ca435a3841b8a7a78c97540109a6b2f9d77e7a9e 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
3
-#define CIFS_VERSION "2.5
3
"
+#define SMB3_PRODUCT_BUILD 5
4
+#define CIFS_VERSION "2.5
4
"
#endif /* _CIFSFS_H */