From: Steve French Date: Mon, 14 Oct 2019 02:19:54 +0000 (-0500) Subject: cifs: update internal module version number X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1656a07a89a82a80d8e9fdf0e37821c2584d88d3;p=linux.git cifs: update internal module version number To 2.24 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 93c7572651050..b59dc74781305 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,5 +153,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ -#define CIFS_VERSION "2.23" +#define CIFS_VERSION "2.24" #endif /* _CIFSFS_H */