aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-10-13 21:19:54 -0500
committerSteve French <stfrench@microsoft.com>2019-11-25 10:00:02 -0600
commit1656a07a89a82a80d8e9fdf0e37821c2584d88d3 (patch)
treeabb242a5ea6bdbef41b323f3f9fab1ad2de8b2a8 /fs/cifs
parentcifs: Always update signing key of first channel (diff)
downloadlinux-dev-1656a07a89a82a80d8e9fdf0e37821c2584d88d3.tar.xz
linux-dev-1656a07a89a82a80d8e9fdf0e37821c2584d88d3.zip
cifs: update internal module version number
To 2.24 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifsfs.h2
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 */