aboutsummaryrefslogtreecommitdiffstats
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
parentCIFS: Fix error paths in writeback code (diff)
downloadlinux-dev-48d2ba6257013676e57ff69444d5212031aee763.tar.xz
linux-dev-48d2ba6257013676e57ff69444d5212031aee763.zip
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 26776eddd85d..d1f9c2f3f575 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 */