From: Steve French Date: Tue, 15 Dec 2020 21:17:43 +0000 (-0600) Subject: cifs: update internal module version number X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=afee4410bc6c50e1422c5a45d633ad0e478ea960;p=uclinux-h8%2Flinux.git cifs: update internal module version number To 2.30 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index d6976c28970d..2307bb0f6147 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -160,5 +160,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.29" +#define CIFS_VERSION "2.30" #endif /* _CIFSFS_H */