From: Steve French Date: Wed, 19 Sep 2012 13:22:46 +0000 (-0700) Subject: Update cifs version number X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5efeb0970794933f86af70a0fa8282e9255a1ca2;p=linux-beck.git 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 Reviewed-by: Jeff Layton --- 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 */