diff options
author | Steve French <stfrench@microsoft.com> | 2024-02-25 19:33:50 -0600 |
---|---|---|
committer | Enzo Matsumiya <ematsumiya@suse.de> | 2024-03-19 17:31:50 -0300 |
commit | 2b4bd9a60c4fd6bd5002ab57060cd1d2856f298b (patch) | |
tree | 3647ec679ce4f3fb4494edc8f1284a004247d05a | |
parent | 241a4b7465f9509eab86828c685c914e27f1df36 (diff) | |
download | linux-2b4bd9a60c4fd6bd5002ab57060cd1d2856f298b.tar.gz linux-2b4bd9a60c4fd6bd5002ab57060cd1d2856f298b.tar.bz2 linux-2b4bd9a60c4fd6bd5002ab57060cd1d2856f298b.zip |
cifs: update internal module version number for cifs.ko
From 2.47 to 2.48
Signed-off-by: Steve French <stfrench@microsoft.com>
-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 685f7d1139c6..ca55d01117c8 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 47 -#define CIFS_VERSION "2.47" +#define SMB3_PRODUCT_BUILD 48 +#define CIFS_VERSION "2.48" #endif /* _CIFSFS_H */ |