From: Steve French Date: Fri, 16 Dec 2022 02:03:17 +0000 (-0600) Subject: cifs: update internal module number X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aacfc939cc42293fbcfe113040b4e8abaef68429;p=linux.git cifs: update internal module number To 2.41 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 00a573e0ad0e1..63a0ac2b93558 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 40 -#define CIFS_VERSION "2.40" +#define SMB3_PRODUCT_BUILD 41 +#define CIFS_VERSION "2.41" #endif /* _CIFSFS_H */