projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2043b
)
cifs: update internal version number
author
Steve French
<stfrench@microsoft.com>
Mon, 27 Jan 2025 23:45:57 +0000
(17:45 -0600)
committer
Steve French
<stfrench@microsoft.com>
Fri, 31 Jan 2025 18:51:44 +0000
(12:51 -0600)
To 2.53
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/smb/client/cifsfs.h
b/fs/smb/client/cifsfs.h
index a762dbbbd959b4bbcd696b8fc0e23f5ada991b20..831fee962c4d6b581c9d0faaeb093fbef046e303 100644
(file)
--- a/
fs/smb/client/cifsfs.h
+++ b/
fs/smb/client/cifsfs.h
@@
-146,6
+146,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 5
2
-#define CIFS_VERSION "2.5
2
"
+#define SMB3_PRODUCT_BUILD 5
3
+#define CIFS_VERSION "2.5
3
"
#endif /* _CIFSFS_H */