aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-02-10 16:26:36 -0600
committerSteve French <stfrench@microsoft.com>2019-03-05 18:10:04 -0600
commitcfe7e41f791dde0b8280df9aa264fe5cb31d281c (patch)
tree94e2d988478c8fef301a352c77f298fc32329c3e
parentCIFS: Try to acquire credits at once for compound requests (diff)
downloadlinux-dev-cfe7e41f791dde0b8280df9aa264fe5cb31d281c.tar.xz
linux-dev-cfe7e41f791dde0b8280df9aa264fe5cb31d281c.zip
cifs: update internal module version number
To 2.18 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 7652551a1fc4..142164ef1f05 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.17"
+#define CIFS_VERSION "2.18"
#endif /* _CIFSFS_H */