Skip to content
Snippets Groups Projects
Commit 05ea83b6 authored by Bradley Bolen's avatar Bradley Bolen Committed by Heiko Schocher
Browse files

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: default avatarBradley Bolen <bradleybolen@gmail.com>
parent 2600df4f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment