summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-01-05 19:46:35 -0600
committerSteve French <stfrench@microsoft.com>2019-01-11 07:14:40 -0600
commit48d2ba6257013676e57ff69444d5212031aee763 (patch)
treed1a9f99c8365432c935888e1da294a263eb7f695
parent9a66396f1857cc1de06f4f4771797315e1a4ea56 (diff)
downloadlinux-0-day-48d2ba6257013676e57ff69444d5212031aee763.tar.gz
linux-0-day-48d2ba6257013676e57ff69444d5212031aee763.tar.xz
cifs: update internal module version number
To 2.16 Signed-off-by: Steve French <stfrench@microsoft.com>
-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 26776eddd85d5..d1f9c2f3f5759 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -150,5 +150,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.15"
+#define CIFS_VERSION "2.16"
#endif /* _CIFSFS_H */