projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24337b6
)
cifs: update internal module version number for cifs.ko
author
Steve French
<stfrench@microsoft.com>
Mon, 26 Feb 2024 01:33:50 +0000
(19:33 -0600)
committer
Steve French
<stfrench@microsoft.com>
Mon, 11 Mar 2024 00:52:42 +0000
(19:52 -0500)
From 2.47 to 2.48
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 685f7d1139c67b3088efbd30fdd33f62ee192968..ca55d01117c8d349f078b51ddfccd5d6f8c2bd05 100644
(file)
--- a/
fs/smb/client/cifsfs.h
+++ b/
fs/smb/client/cifsfs.h
@@
-152,6
+152,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 4
7
-#define CIFS_VERSION "2.4
7
"
+#define SMB3_PRODUCT_BUILD 4
8
+#define CIFS_VERSION "2.4
8
"
#endif /* _CIFSFS_H */