From: Steve French Date: Fri, 1 Apr 2022 22:50:59 +0000 (-0500) Subject: cifs: update internal module number X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7cd1cc415dd8d0dca7244c9eafb9a0adc8036805;p=linux.git cifs: update internal module number To 2.36 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 15a5c5db038b8..c0542bdcd06bc 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,5 +153,5 @@ extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ #define SMB3_PRODUCT_BUILD 35 -#define CIFS_VERSION "2.35" +#define CIFS_VERSION "2.36" #endif /* _CIFSFS_H */