]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dlm: set zero linger time on sctp socket
authorDongmao Zhang <dmzhang@suse.com>
Tue, 10 Dec 2013 16:52:22 +0000 (10:52 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 10 Dec 2013 16:52:22 +0000 (10:52 -0600)
commitaf74ec9e42923ef212526d432f3415c1df41ac87
treeedf4d92358b1ede4f12ce2cb8667140ed60a6c23
parent374b105797c3d4f29c685f3be535c35f5689b30e
dlm: set zero linger time on sctp socket

The recovery time for a failed node was taking a long
time because the failed node could not perform the full
shutdown process.  Removing the linger time speeds this
up.  The dlm does not care what happens to messages to
or from the failed node.

Signed-off-by: Dongmao Zhang <dmzhang@suse.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c