From: David Teigland Date: Tue, 18 Mar 2008 19:22:11 +0000 (-0500) Subject: dlm: recover nodes that are removed and re-added X-Git-Tag: v2.6.26-rc1~1106^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44e0fc704143624b3e88fbf8fbcfda7a83fd299;p=pandora-kernel.git dlm: recover nodes that are removed and re-added If a node is removed from a lockspace, and then added back before the dlm is notified of the removal, the dlm will not detect the removal and won't clear the old state from the node. This is fixed by using a list of added nodes so the membership recovery can detect when a newly added node is already in the member list. Signed-off-by: David Teigland --- Reading git-diff-tree failed