aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <steve.french@primarydata.com>2015-07-04 18:45:33 -0500
committerSteve French <smfrench@gmail.com>2015-08-20 10:19:25 -0500
commit0a6d0b64120759df8b9291af92d998ed1cbefc9d (patch)
tree8a4df0761789a437a727207630ea64f868ee1f48 /fs/cifs
parentAdd way to query server fs info for smb3 (diff)
downloadlinux-dev-0a6d0b64120759df8b9291af92d998ed1cbefc9d.tar.xz
linux-dev-0a6d0b64120759df8b9291af92d998ed1cbefc9d.zip
Update cifs version number
Update modinfo cifs.ko version number to 2.07 Signed-off-by: Steve French <steve.french@primarydata.com>
Diffstat (limited to 'fs/cifs')
-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 a782b22904e4..27aea110e923 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -136,5 +136,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.06"
+#define CIFS_VERSION "2.07"
#endif /* _CIFSFS_H */