From: Steve French Date: Fri, 9 Jul 2021 18:02:26 +0000 (-0500) Subject: cifs: update internal version number X-Git-Tag: accepted/tizen/unified/20230118.172025~6836^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d069f6022e938bc51667da637f2483a37a77e19;p=platform%2Fkernel%2Flinux-rpi.git cifs: update internal version number To 2.33 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 177f3e7..d25a409 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,5 +153,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.32" +#define CIFS_VERSION "2.33" #endif /* _CIFSFS_H */