Home
last modified time | relevance | path

Searched hist:"1 ac561a79948dcf30a7fd47da53172ded0dbe7b2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.h1ac561a79948dcf30a7fd47da53172ded0dbe7b2 Sun Jul 10 11:38:06 UTC 2022 Pali Rohár <pali@kernel.org> UPSTREAM: 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.

Change-Id: I8daa938645cd75d0eb4269ff0994163a02c3ff13
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit b4f210563e63e5d4b73e3232fd7156424533063e)