From: Steve French Date: Tue, 23 Nov 2021 00:37:37 +0000 (-0600) Subject: cifs: update internal version number X-Git-Tag: baikal/mips/sdk6.1~6981^2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=80f94f1e84e57ce19ea7188bdad6acf49b19018a;p=kernel.git cifs: update internal version number To 2.34 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index b50da1901ebd2..9e5d9e192ef04 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -152,5 +152,5 @@ extern struct dentry *cifs_smb3_do_mount(struct file_system_type *fs_type, extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ -#define CIFS_VERSION "2.33" +#define CIFS_VERSION "2.34" #endif /* _CIFSFS_H */