From: Sunil Mushran Date: Tue, 26 Jan 2010 00:57:39 +0000 (-0800) Subject: ocfs2/dlm: Ignore LVBs of locks in the Blocked list X-Git-Tag: v2.6.33-rc8~38^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71656fa6ec10473eb9b646c10a2173fdea2f83c9;p=pandora-kernel.git ocfs2/dlm: Ignore LVBs of locks in the Blocked list During lock resource migration, o2dlm fills the packet with a LVB from the first valid lock. For sanity, it ensures that the other valid locks have the same LVB. If not, it BUGs. The valid locks are ones that have granted EX or PR lock levels and are either on the Granted or Converting lists. Locks in the Blocked list cannot have a valid LVB. This patch ensures that we skip the locks in the Blocked list. Fixes oss bugzilla#1202 http://oss.oracle.com/bugzilla/show_bug.cgi?id=1202 Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker --- Reading git-diff-tree failed