aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2012-09-19 06:22:46 -0700
committerSteve French <smfrench@gmail.com>2012-09-24 21:46:34 -0500
commit5efeb0970794933f86af70a0fa8282e9255a1ca2 (patch)
tree9d6fa657c5f7f3933d476253ec7da47fe2b51d9b /fs/cifs/cifsfs.h
parentcifs: add FL_CLOSE to fl_flags mask in cifs_read_flock (diff)
downloadlinux-dev-5efeb0970794933f86af70a0fa8282e9255a1ca2.tar.xz
linux-dev-5efeb0970794933f86af70a0fa8282e9255a1ca2.zip
Update cifs version number
With SMB2 support, update from version 1.79 to 2.0 to make it easier for users to recognize which version has SMB2 support. Signed-off-by: Steve French <sfrench@us.ibm.com> Reviewed-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 1c49c5a9b27a..7163419cecd9 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -128,5 +128,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 "1.78"
+#define CIFS_VERSION "2.0"
#endif /* _CIFSFS_H */