Skip to content
Commit b4f21056 authored by This contributor prefers not to receive mails's avatar This contributor prefers not to receive mails Committed by Heiko Schocher
Browse files

ubifs: Fix ubifs_assert_cmt_locked()



U-Boot does not implement down_write_trylock() and its stub always returns
true that lock was acquired. Therefore ubifs_assert_cmt_locked() assert
currently always fails.

Fix this issue by redefining ubifs_assert_cmt_locked() to just empty stub
as there is nothing to assert.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
parent fc97ff26
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment