commit | 2af37ce82d199d1d8cd6286f42f37d321627a807 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Thu Feb 28 10:41:55 2008 +0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Mar 10 15:13:50 2008 -0700 |
tree | f4d2497ee6a4b40f312f564ced81399f235d8fd3 | |
parent | 3a4780a85d4a160a471ed887bfce58b414f556b1 [diff] |
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 <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>