summaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2013-06-14 11:56:13 +0200
committerDavid Teigland <teigland@redhat.com>2013-06-14 20:07:11 +0200
commit5d6898714fe2ce485e95ac74479ed40ebd8d5748 (patch)
tree83a1adc26581662bfa64d4177d2c71913822efea /fs/jbd2
parentdlm: try other IPs when sctp init assoc fails (diff)
downloadlinux-5d6898714fe2ce485e95ac74479ed40ebd8d5748.tar.xz
linux-5d6898714fe2ce485e95ac74479ed40ebd8d5748.zip
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 <michaelc@cs.wisc.edu> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions