projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe187d
)
cifs: update internal module version number for cifs.ko
author
Steve French
<stfrench@microsoft.com>
Sun, 23 Apr 2023 06:19:28 +0000
(
01:19
-0500)
committer
Steve French
<stfrench@microsoft.com>
Sat, 29 Apr 2023 03:50:42 +0000
(22:50 -0500)
From 2.42 to 2.43
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.h
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsfs.h
b/fs/cifs/cifsfs.h
index 415176b2cf321ff2c270d410f47b04a310938a82..74cd6fafb33e8b722da790921c9a5645d379f8a5 100644
(file)
--- a/
fs/cifs/cifsfs.h
+++ b/
fs/cifs/cifsfs.h
@@
-162,6
+162,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
1
-#define CIFS_VERSION "2.4
2
"
+#define SMB3_PRODUCT_BUILD 4
3
+#define CIFS_VERSION "2.4
3
"
#endif /* _CIFSFS_H */