u-boot-brain/fs
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
..
btrfs fs: btrfs: Remove unused debug code left from development 2018-04-06 17:04:33 -04:00
cbfs fs: cbfs: fix locating the cbfs header 2018-03-31 16:00:03 +08:00
cramfs fs: Kconfig: Add a separate option for FS_CRAMFS 2017-04-30 13:40:59 -04:00
ext4 fs: ext4: Do not print mount fail message when not ext4 filesystem 2018-03-09 12:31:07 -05:00
fat fs: fat: Drop CONFIG_SUPPORT_VFAT 2018-01-22 16:43:31 -05:00
jffs2 fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" 2017-10-16 09:42:51 -04:00
reiserfs fs: Create a common fs_devread for ext4/reiserfs/zfs 2017-10-02 21:51:50 -04:00
sandbox sandboxfs: Fix resource leak 2016-12-02 10:37:47 -07:00
ubifs ubifs: Change value of mutex_is_locked() 2018-04-11 11:27:07 +02:00
yaffs2 yaffs2: iterator variable cannot be NULL 2018-03-09 12:31:06 -05:00
zfs fs: Create a common fs_devread for ext4/reiserfs/zfs 2017-10-02 21:51:50 -04:00
fs_internal.c fs: avoid possible NULL dereference in fs_devread 2017-11-29 22:30:50 -05:00
fs.c fs: remove distractive message in fs_read() 2018-01-19 15:49:28 -05:00
Kconfig fs: btrfs: Add U-Boot fs handlers. 2017-10-02 21:52:18 -04:00
Makefile fs: btrfs: Add U-Boot fs handlers. 2017-10-02 21:52:18 -04:00