From: David Teigland Date: Tue, 25 Jul 2006 18:59:48 +0000 (-0500) Subject: [DLM] fix loop in grant_after_purge X-Git-Tag: v2.6.19-rc1~32^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4e926aab7c854a536beee6ba8b9a78a9e00316;p=pandora-kernel.git [DLM] fix loop in grant_after_purge The loop in grant_after_purge is intended to find all rsb's in each hash bucket that have the LOCKS_PURGED flag set. The loop was quitting the current bucket after finding just one rsb instead of going until there are no more. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed