From 6097066d57b9556961e52db3fb7dbc2cfdf9c74c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 2 Aug 2005 09:09:02 +0000 Subject: [PATCH] b=7039 - stop progress and dump a log for debugging purposes --- lustre/llite/llite_lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 717830f..bb0eb6b 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -1025,6 +1025,8 @@ struct inode *ll_inode_from_lock(struct ldlm_lock *lock) "l_ast_data %p is bogus: magic %0x8\n", lock->l_ast_data, lli->lli_inode_magic); inode = NULL; + unlock_res_and_lock(lock); + LBUG(); } } unlock_res_and_lock(lock); -- 1.8.3.1