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/CHANGES | |
parent | df9d1e8a4379119cbc47c474f168b5103e404e17 (diff) | |
download | linux-6a5fa2362b628ee950080bef8895a6fb62f58ab4.tar.bz2 |
[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/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 7b2600b380d7..49503d2edc7e 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,7 @@ +Version 1.62 +------------ +Add sockopt=TCP_NODELAY mount option. + Version 1.61 ------------ Fix append problem to Samba servers (files opened with O_APPEND could |