aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-01-01 01:28:43 +0000
committerSteve French <sfrench@us.ibm.com>2010-01-01 01:28:43 +0000
commit6a5fa2362b628ee950080bef8895a6fb62f58ab4 (patch)
tree6c756adf9c571529a7ace4e9da807b85e7b1c985 /fs/cifs/cifsfs.h
parentpci: avoid compiler warning in quirks.c (diff)
downloadlinux-dev-6a5fa2362b628ee950080bef8895a6fb62f58ab4.tar.xz
linux-dev-6a5fa2362b628ee950080bef8895a6fb62f58ab4.zip
[CIFS] Add support for TCP_NODELAY
mount option sockopt=TCP_NODELAY helpful for faster networks boosting performance. Kernel bugzilla bug number 14032. Signed-off-by: Steve French <sfrench@us.ibm.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 ac2b24c192f8..78c1b86d55f6 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -113,5 +113,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
-#define CIFS_VERSION "1.61"
+#define CIFS_VERSION "1.62"
#endif /* _CIFSFS_H */