diff options
author | Steve French <sfrench@us.ibm.com> | 2010-01-01 01:28:43 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-01-01 01:28:43 +0000 |
commit | 6a5fa2362b628ee950080bef8895a6fb62f58ab4 (patch) | |
tree | 6c756adf9c571529a7ace4e9da807b85e7b1c985 /fs/cifs/cifsfs.h | |
parent | df9d1e8a4379119cbc47c474f168b5103e404e17 (diff) | |
download | linux-3.10-6a5fa2362b628ee950080bef8895a6fb62f58ab4.tar.gz linux-3.10-6a5fa2362b628ee950080bef8895a6fb62f58ab4.tar.bz2 linux-3.10-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index ac2b24c192f..78c1b86d55f 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 */ |