summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2018-01-26 16:58:32 -0600
committerSteve French <smfrench@gmail.com>2018-01-26 17:03:01 -0600
commitab2c64330963a9d96c43751d83d133df20b04b19 (patch)
tree934535916498ebfec79dab7aab1bde242a87316a
parentcd1aca29fa020b6e6edcd3d5b3e49ab877d1bed7 (diff)
update internal version number for cifs.ko
To version 2.11 Signed-off-by: Steve French <smfrench@gmail.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 5a10e566f0e6..013ba2aed8d9 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -149,5 +149,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.10"
+#define CIFS_VERSION "2.11"
#endif /* _CIFSFS_H */