From: David Teigland Date: Tue, 5 Jun 2012 20:55:19 +0000 (-0500) Subject: dlm: fix conversion deadlock from recovery X-Git-Tag: v3.6-rc1~84^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c503a62103c46d56447f56306b52be6f844689ba;p=pandora-kernel.git dlm: fix conversion deadlock from recovery 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 --- Reading git-diff-tree failed