From: David Teigland Date: Thu, 2 Nov 2006 15:49:02 +0000 (-0600) Subject: [DLM] res_recover_locks_count not reset when recover_locks is aborted X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520698096436f7da5b9142e63e3bed5580c5f14e;p=pandora-kernel.git [DLM] res_recover_locks_count not reset when recover_locks is aborted Red Hat BZ 213684 If a node sends an lkb to the new master (RCOM_LOCK message) during recovery and recovery is then aborted on both nodes before it gets a reply, the res_recover_locks_count needs to be reset to 0 so that when the subsequent recovery comes along and sends the lkb to the new master again the assertion doesn't trigger that checks that counter is zero. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed