Re: [U-Boot] [PATCH] ubifs: Change value of mutex_is_locked()

2018-04-11 Thread Heiko Schocher
Hello Bradley, Am 04.04.2018 um 18:42 schrieb Bradley Bolen: 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 asser

[U-Boot] [PATCH] ubifs: Change value of mutex_is_locked()

2018-04-04 Thread Bradley Bolen
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"