projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d5b8d
)
cifs: update internal module version number
author
Steve French
<stfrench@microsoft.com>
Sat, 13 Dec 2025 18:48:49 +0000
(12:48 -0600)
committer
Steve French
<stfrench@microsoft.com>
Tue, 16 Dec 2025 23:43:02 +0000
(17:43 -0600)
to 2.58
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.h
patch
|
blob
|
history
diff --git
a/fs/smb/client/cifsfs.h
b/fs/smb/client/cifsfs.h
index
e953425
..
75d372c
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
7
-#define CIFS_VERSION "2.5
7
"
+#define SMB3_PRODUCT_BUILD 5
8
+#define CIFS_VERSION "2.5
8
"
#endif /* _CIFSFS_H */