dlm: connect to nodes earlier
authorChristine Caulfield <ccaulfie@redhat.com>
Thu, 7 May 2009 15:54:16 +0000 (10:54 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 15 May 2009 14:34:12 +0000 (09:34 -0500)
commit391fbdc5d527149578490db2f1619951d91f3561
tree98b84ba8cd459293a232fd148cef0886f976bf19
parent8511a2728ab82cab398e39d019f5cf1246021c1c
dlm: connect to nodes earlier

Make network connections to other nodes earlier, in the context of
dlm_recoverd.  This avoids connecting to nodes from dlm_send where we
try to avoid allocations which could possibly deadlock if memory reclaim
goes into the cluster fs which may try to do a dlm operation.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c
fs/dlm/lowcomms.h
fs/dlm/member.c