diff options
author | Steve French <stfrench@microsoft.com> | 2024-01-09 23:42:51 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-09 23:42:51 -0600 |
commit | 26ba1bf310f0ed43f249a93d0cf8a93675cd8ae8 (patch) | |
tree | 019ce1875c40b1c289fffb6e6439e8f07b18fe94 /fs | |
parent | a3f763fdcb2f784c355aed66ddac6748ff8dbfa6 (diff) |
cifs: update internal module version number for cifs.ko
From 2.46 to 2.47
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/smb/client/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 3adea10aa9da..685f7d1139c6 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -152,6 +152,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 46 -#define CIFS_VERSION "2.46" +#define SMB3_PRODUCT_BUILD 47 +#define CIFS_VERSION "2.47" #endif /* _CIFSFS_H */ |