Searched hist:"3430 bfcebf61d42e7a2b55f442e0817838b4664c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.h | 3430bfcebf61d42e7a2b55f442e0817838b4664c Wed Apr 04 16:42:16 UTC 2018 Bradley Bolen <bradleybolen@gmail.com> UPSTREAM: ubifs: Change value of mutex_is_locked()
The mutex lock and unlock functions are stubbed out and mutex_is_locked was 0. This caused asserts to fail in ubifs code when checking that the mutex was locked. For example,
UBIFS assert failed in ubifs_change_lp at 540 UBIFS assert failed in ubifs_release_lprops at 278
Assume that the "mutex" is locked since that is the normal case when it is checked in the ubifs code.
Change-Id: I422de1a01ee7110febbd33573aafa190d2df1d96 Signed-off-by: Bradley Bolen <bradleybolen@gmail.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 05ea83b67ed7861c1693187dbf3a2613601c1b15)
|