aboutsummaryrefslogtreecommitdiff
path: root/fs/smbfs_common
diff options
context:
space:
mode:
authorGravatar Steve French <stfrench@microsoft.com> 2021-10-14 15:54:26 -0500
committerGravatar Steve French <stfrench@microsoft.com> 2021-11-02 13:13:34 -0500
commit7ae5e588b0a53a72819e661106cbe99dde83b41d (patch)
tree0d11c9dd5d009a1fcc04045210078d20276b622b /fs/smbfs_common
parentcifs: To match file servers, make sure the server hostname matches (diff)
downloadlinux-7ae5e588b0a53a72819e661106cbe99dde83b41d.tar.gz
linux-7ae5e588b0a53a72819e661106cbe99dde83b41d.tar.bz2
linux-7ae5e588b0a53a72819e661106cbe99dde83b41d.zip
cifs: add mount parameter tcpnodelay
Although corking and uncorking the socket (which cifs.ko already does) should usually have the desired benefit, using the new tcpnodelay mount option causes tcp_sock_set_nodelay() to be set on the socket which may be useful in order to ensure that we don't ever have cases where the network stack is waiting on sending an SMB request until multiple SMB requests have been added to the send queue (since this could lead to long latencies). To enable it simply append "tcpnodelay" it to the mount options Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smbfs_common')
0 files changed, 0 insertions, 0 deletions