From: Kurt Hackel Date: Fri, 5 Jan 2007 23:04:49 +0000 (-0800) Subject: ocfs2_dlm: Fix migrate lockres handler queue scanning X-Git-Tag: v2.6.21-rc1~92^2~21^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17e75ecb86b8ce9b51b219b5348517561031f80;p=pandora-kernel.git ocfs2_dlm: Fix migrate lockres handler queue scanning The migrate lockres handler was only searching for its lock on migrated lockres on the expected queue. This could be problematic as the new master could have also issued a convert request during the migration and thus moved the lock to the convert queue. We now search for the lock on all three queues. Signed-off-by: Kurt Hackel Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed