From: Mike Christie Date: Fri, 14 Jun 2013 09:56:13 +0000 (-0500) Subject: dlm: retry failed SCTP sends X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~80^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6898714fe2ce485e95ac74479ed40ebd8d5748;p=pandora-kernel.git dlm: retry failed SCTP sends Currently if a SCTP send fails, we lose the data we were trying to send because the writequeue_entry is released when we do the send. When this happens other nodes will then hang waiting for a reply. This adds support for SCTP to retry the send operation. I also removed the retry limit for SCTP use, because we want to make sure we try every path during init time and for longer failures we want to continually retry in case paths come back up while trying other paths. We will do this until userspace tells us to stop. Signed-off-by: Mike Christie Signed-off-by: David Teigland --- Reading git-diff-tree failed