aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2011-07-12 19:15:02 +0000
committerSteve French <sfrench@us.ibm.com>2011-07-12 19:15:02 +0000
commitc2ec9471b5b1307429aef1cfaa2b3ae453a61d6f (patch)
treeca216e0c2793c56047644496501923d0491cdff2
parent[CIFS] update limit for snprintf in cifs_construct_tcon (diff)
downloadlinux-dev-c2ec9471b5b1307429aef1cfaa2b3ae453a61d6f.tar.xz
linux-dev-c2ec9471b5b1307429aef1cfaa2b3ae453a61d6f.zip
[CIFS] update cifs to version 1.74
Signed-off-by: Steve French <sfrench@us.ibm.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 0900e1658c96..036ca83e5f46 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -129,5 +129,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* CIFS_NFSD_EXPORT */
-#define CIFS_VERSION "1.73"
+#define CIFS_VERSION "1.74"
#endif /* _CIFSFS_H */