diff options
author | Steve French <stfrench@microsoft.com> | 2022-09-14 06:00:02 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-09-14 11:00:06 +0200 |
commit | 8af8aed97bebe8b26a340da5236e277c3d84a8ec (patch) | |
tree | f317be5314347108fbbbabb3781b9dce3e560bd5 /fs/cifs/cifsfs.h | |
parent | cifs: add missing spinlock around tcon refcount (diff) | |
download | linux-8af8aed97bebe8b26a340da5236e277c3d84a8ec.tar.xz linux-8af8aed97bebe8b26a340da5236e277c3d84a8ec.zip |
cifs: update internal module number
To 2.39
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 81f4c15936d0..5b4a7a32bdc5 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 38 -#define CIFS_VERSION "2.38" +#define SMB3_PRODUCT_BUILD 39 +#define CIFS_VERSION "2.39" #endif /* _CIFSFS_H */ |