aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2016-05-10 08:24:05 -0500
committerSteve French <smfrench@gmail.com>2016-05-17 14:09:34 -0500
commit5a4f7e8e7ff5e81f57b08797cca41d307878dfc7 (patch)
treec5f16f29dc4a5ee0db064ad4d4f5538cde46619f /fs
parentfs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication (diff)
downloadlinux-dev-5a4f7e8e7ff5e81f57b08797cca41d307878dfc7.tar.xz
linux-dev-5a4f7e8e7ff5e81f57b08797cca41d307878dfc7.zip
Update cifs.ko version to 2.09
Signed-off-by: Steven French <steve.french@primarydata.com>
Diffstat (limited to 'fs')
-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 c89ecd7a5c39..5d0d2ff67a4b 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -130,5 +130,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.08"
+#define CIFS_VERSION "2.09"
#endif /* _CIFSFS_H */