From: Tao Ma Date: Thu, 28 Feb 2008 02:41:55 +0000 (+0800) Subject: ocfs2: Use dlm_print_one_lock_resource for lock resource print X-Git-Tag: v2.6.25-rc6~50^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af37ce82d199d1d8cd6286f42f37d321627a807;p=pandora-kernel.git ocfs2: Use dlm_print_one_lock_resource for lock resource print __dlm_print_one_lock_resource must be called with spin_lock the res->spinlock. While in some cases, we use it without this precondition and lead to the failure of assert_spin_locked. So call dlm_print_one_lock_resource instead. Signed-off-by: Tao Ma Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed