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:
a3f763f
)
cifs: update internal module version number for cifs.ko
author
Steve French
<stfrench@microsoft.com>
Wed, 10 Jan 2024 05:42:51 +0000
(23:42 -0600)
committer
Steve French
<stfrench@microsoft.com>
Wed, 10 Jan 2024 05:42:51 +0000
(23:42 -0600)
From 2.46 to 2.47
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
3adea10
..
685f7d1
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
6
-#define CIFS_VERSION "2.4
6
"
+#define SMB3_PRODUCT_BUILD 4
7
+#define CIFS_VERSION "2.4
7
"
#endif /* _CIFSFS_H */