[DLM] fix loop in grant_after_purge
authorDavid Teigland <teigland@redhat.com>
Tue, 25 Jul 2006 18:59:48 +0000 (13:59 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Jul 2006 12:42:26 +0000 (08:42 -0400)
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 <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found