Commit cc6eb725 authored by Mark Fasheh's avatar Mark Fasheh

ocfs2: catch an invalid ast case in dlmfs

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment