diff options
author | Steve French <stfrench@microsoft.com> | 2019-10-14 05:19:54 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-11-25 19:00:02 +0300 |
commit | 1656a07a89a82a80d8e9fdf0e37821c2584d88d3 (patch) | |
tree | abb242a5ea6bdbef41b323f3f9fab1ad2de8b2a8 /fs/cifs/cifsfs.h | |
parent | ff6b6f3f916097cea49805d71eb94644a234b8a6 (diff) | |
download | linux-1656a07a89a82a80d8e9fdf0e37821c2584d88d3.tar.xz |
cifs: update internal module version number
To 2.24
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 93c757265105..b59dc7478130 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 */ |