u-boot/fs/ubifs
Bradley Bolen 05ea83b67e 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.

Signed-off-by: Bradley Bolen <bradleybolen@gmail.com>
2018-04-11 11:27:07 +02:00
..
Kconfig Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig 2018-03-24 06:37:10 +01:00
Makefile
budget.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
crc16.c
crc16.h
debug.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
debug.h mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG 2017-10-23 14:07:26 -04:00
gc.c
io.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
key.h
log.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
lprops.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
lpt.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
lpt_commit.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
master.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
misc.h
orphan.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
recovery.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
replay.c bug.h: move BUILD_BUG_* defines to include/linux/bug.h 2016-01-25 10:39:59 -05:00
sb.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
scan.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
super.c Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig 2018-03-24 06:37:10 +01:00
tnc.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
tnc_misc.c ubi,ubifs: sync with linux v4.2 2015-10-26 09:22:36 +01:00
ubifs-media.h
ubifs.c ubifs: no NULL check needed before free 2017-11-20 10:13:33 +01:00
ubifs.h ubifs: Change value of mutex_is_locked() 2018-04-11 11:27:07 +02:00