From: Lidong Zhong Date: Thu, 12 Jun 2014 15:26:14 +0000 (-0500) Subject: dlm: keep listening connection alive with sctp mode X-Git-Tag: omap-for-v3.16/fixes-against-rc1~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883854c5457a97190f7b0ee20f03bcd9664fc0c2;p=pandora-kernel.git dlm: keep listening connection alive with sctp mode The connection struct with nodeid 0 is the listening socket, not a connection to another node. The sctp resend function was not checking that the nodeid was valid (non-zero), so it would mistakenly get and resend on the listening connection when nodeid was zero. Signed-off-by: Lidong Zhong Signed-off-by: David Teigland --- Reading git-diff-tree failed