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:
6c7f1b9
)
cifs: update internal version number
author
Steve French
<stfrench@microsoft.com>
Fri, 26 Jul 2024 23:44:16 +0000
(18:44 -0500)
committer
Steve French
<stfrench@microsoft.com>
Wed, 25 Sep 2024 02:54:06 +0000
(21:54 -0500)
To 2.51
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
61ded59
..
71b720d
100644
(file)
--- a/
fs/smb/client/cifsfs.h
+++ b/
fs/smb/client/cifsfs.h
@@
-146,6
+146,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
0
-#define CIFS_VERSION "2.5
0
"
+#define SMB3_PRODUCT_BUILD 5
1
+#define CIFS_VERSION "2.5
1
"
#endif /* _CIFSFS_H */