From: Steve French Date: Wed, 19 Oct 2022 05:30:04 +0000 (-0500) Subject: cifs: update internal module number X-Git-Tag: baikal/mips/sdk6.1~4555^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=2ada469dcc49a74ef490f33b44a10f438db3ec22;p=kernel.git cifs: update internal module number To 2.40 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 5b4a7a32bdc58..388b745a978e2 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 */