From: Wengang Wang Date: Wed, 24 Mar 2010 14:40:44 +0000 (+0800) Subject: ocfs2: Check the owner of a lockres inside the spinlock X-Git-Tag: v2.6.34-rc7~27^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428257f8870f0e72e85ce782d091fa1f366de7df;p=pandora-kernel.git ocfs2: Check the owner of a lockres inside the spinlock The checking of lockres owner in dlm_update_lvb() is not inside spinlock protection. I don't see problem in current call path of dlm_update_lvb(). But just for code robustness. Signed-off-by: Wengang Wang Signed-off-by: Joel Becker --- Reading git-diff-tree failed