Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc6eb725 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: catch an invalid ast case in dlmfs

parent 1f7bc828
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -139,6 +139,10 @@ static void user_ast(void *opaque)
		return;
		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. */
	/* we're downconverting. */
	if (lockres->l_requested < lockres->l_level) {
	if (lockres->l_requested < lockres->l_level) {
		if (lockres->l_requested <=
		if (lockres->l_requested <=