]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
dlm: fix a clerical error when set SCTP_NODELAY
authorGang He <ghe@suse.com>
Wed, 2 May 2018 02:37:48 +0000 (10:37 +0800)
committerDavid Teigland <teigland@redhat.com>
Wed, 2 May 2018 15:22:25 +0000 (10:22 -0500)
commitb09c603ca40fc6980188f9c7f419c0918a3f461e
tree0e8e70d8df3c3fc75ca850cd1ab6f1defde7d6ae
parent6da6c0db5316275015e8cc2959f12a17584aeb64
dlm: fix a clerical error when set SCTP_NODELAY

There is a clerical error when turn off Nagle's algorithm in
sctp_connect_to_sock() function, this results in turn off
Nagle's algorithm failure.
After this correction, DLM performance will be improved obviously
when using SCTP procotol.

Signed-off-by: Gang He <ghe@suse.com>
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c