projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60ffa6
)
cifs: update internal module number
author
Steve French
<stfrench@microsoft.com>
Fri, 16 Dec 2022 02:03:17 +0000
(20:03 -0600)
committer
Steve French
<stfrench@microsoft.com>
Mon, 19 Dec 2022 14:04:50 +0000
(08:04 -0600)
To 2.41
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 00a573e0ad0e19acdab2f42e950d828bf4dd29a5..63a0ac2b93558a418dd20f3b64a7ac4e38867878 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 4
0
-#define CIFS_VERSION "2.4
0
"
+#define SMB3_PRODUCT_BUILD 4
1
+#define CIFS_VERSION "2.4
1
"
#endif /* _CIFSFS_H */