dlm: fix conversion deadlock from recovery
authorDavid Teigland <teigland@redhat.com>
Tue, 5 Jun 2012 20:55:19 +0000 (15:55 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 16 Jul 2012 19:18:22 +0000 (14:18 -0500)
The process of rebuilding locks on a new master during
recovery could re-order the locks on the convert queue,
creating an "in place" conversion deadlock that would
not be resolved.  Fix this by not considering queue
order when granting conversions after recovery.

Signed-off-by: David Teigland <teigland@redhat.com>

No differences found