diff options
author | Steve French <stfrench@microsoft.com> | 2022-10-19 07:30:04 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-10-20 00:57:51 +0200 |
commit | 73b1b8d25e39a1478b3792a7075f43e053ee62c2 (patch) | |
tree | cddd057bd825bc8cead9486803390d060cff23d9 /fs/cifs/cifsfs.h | |
parent | cifs: fix memory leaks in session setup (diff) | |
download | linux-73b1b8d25e39a1478b3792a7075f43e053ee62c2.tar.xz linux-73b1b8d25e39a1478b3792a7075f43e053ee62c2.zip |
cifs: update internal module number
To 2.40
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 5b4a7a32bdc5..388b745a978e 100644 --- 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 39 -#define CIFS_VERSION "2.39" +#define SMB3_PRODUCT_BUILD 40 +#define CIFS_VERSION "2.40" #endif /* _CIFSFS_H */ |