aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-11 10:05:41 -0400
committerTom Rini <trini@konsulko.com>2018-04-11 10:05:41 -0400
commitc4446b1d6c96de406972690083e2884bf69bce5c (patch)
treea9d60d6cea36e24aca81c935b203e3b9948ae6b6
parentc398f2df7ca446a97e3c9efe5503fe454beff15d (diff)
parent05ea83b67ed7861c1693187dbf3a2613601c1b15 (diff)
downloadu-boot-c4446b1d6c96de406972690083e2884bf69bce5c.zip
u-boot-c4446b1d6c96de406972690083e2884bf69bce5c.tar.gz
u-boot-c4446b1d6c96de406972690083e2884bf69bce5c.tar.bz2
Merge git://git.denx.de/u-boot-ubi
-rw-r--r--fs/ubifs/ubifs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index b4ce706..cbc4cb2 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -611,7 +611,7 @@ static inline ino_t parent_ino(struct dentry *dentry)
/* misc.h */
#define mutex_lock_nested(...)
#define mutex_unlock_nested(...)
-#define mutex_is_locked(...) 0
+#define mutex_is_locked(...) 1
#endif
/* Version of this UBIFS implementation */