projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3edef6
)
cifs: update internal module version number for cifs.ko
author
Steve French
<stfrench@microsoft.com>
Thu, 20 Jul 2023 13:30:32 +0000
(08:30 -0500)
committer
Steve French
<stfrench@microsoft.com>
Sat, 22 Jul 2023 19:43:13 +0000
(14:43 -0500)
From 2.43 to 2.44
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 d7274eefc666a16b9ae5f2fd0ed76c5bafc78e57..15c8cc4b66809314e0e4cb52363db0cf7a24493b 100644
(file)
--- a/
fs/smb/client/cifsfs.h
+++ b/
fs/smb/client/cifsfs.h
@@
-159,6
+159,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
3
-#define CIFS_VERSION "2.4
3
"
+#define SMB3_PRODUCT_BUILD 4
4
+#define CIFS_VERSION "2.4
4
"
#endif /* _CIFSFS_H */