From: David Teigland Date: Mon, 23 Apr 2012 17:18:18 +0000 (-0500) Subject: dlm: fix waiter recovery X-Git-Tag: v3.5-rc1~135^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ef11110fa2173b9d03e6616574914e12e2a90f;p=pandora-kernel.git dlm: fix waiter recovery An outstanding remote operation (an lkb on the "waiter" list) could sometimes miss being resent during recovery. The decision was based on the lkb_nodeid field, which could have changed during an earlier aborted recovery, so it no longer represents the actual remote destination. The lkb_wait_nodeid is always the actual remote node, so it is the best value to use. Signed-off-by: David Teigland --- Reading git-diff-tree failed