提交 cc6eb725 编写于 作者: M Mark Fasheh

ocfs2: catch an invalid ast case in dlmfs

Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 1f7bc828
......@@ -139,6 +139,10 @@ static void user_ast(void *opaque)
return;
}
mlog_bug_on_msg(lockres->l_requested == LKM_IVMODE,
"Lockres %s, requested ivmode. flags 0x%x\n",
lockres->l_name, lockres->l_flags);
/* we're downconverting. */
if (lockres->l_requested < lockres->l_level) {
if (lockres->l_requested <=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册