commit | a131bdfef0dd9bcdb0a1457041858424256855ab | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Jul 10 13:38:06 2022 +0200 |
committer | Heiko Schocher <hs@denx.de> | Wed Jul 20 05:49:57 2022 +0200 |
tree | 5970bcccfe7c143344e99fc8dbda10bb5a6414d8 | |
parent | 2e50df448e8b008b8db2316574f4488a70b96e5a [diff] |
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: Pali Rohár <pali@kernel.org>