commit | 2b4e926aab7c854a536beee6ba8b9a78a9e00316 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Jul 25 13:59:48 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Jul 26 08:42:26 2006 -0400 |
tree | 52cf392546f0a5c0453abdf3e38a89059b04a3a8 | |
parent | f7da790d743d2f0b4f39e4fa442079b3b54f3bef [diff] |
[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 <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>