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:
ea75a78
)
cifs: update internal module number
author
Steve French
<stfrench@microsoft.com>
Mon, 1 Aug 2022 06:31:16 +0000
(
01:31
-0500)
committer
Steve French
<stfrench@microsoft.com>
Fri, 5 Aug 2022 16:24:17 +0000
(11:24 -0500)
To 2.38
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
b17be47
..
81f4c15
100644
(file)
--- a/
fs/cifs/cifsfs.h
+++ b/
fs/cifs/cifsfs.h
@@
-153,6
+153,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 3
7
-#define CIFS_VERSION "2.3
7
"
+#define SMB3_PRODUCT_BUILD 3
8
+#define CIFS_VERSION "2.3
8
"
#endif /* _CIFSFS_H */