diff options
| author | Tom Rini <[email protected]> | 2018-04-11 10:05:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-11 10:05:41 -0400 |
| commit | c4446b1d6c96de406972690083e2884bf69bce5c (patch) | |
| tree | a9d60d6cea36e24aca81c935b203e3b9948ae6b6 | |
| parent | c398f2df7ca446a97e3c9efe5503fe454beff15d (diff) | |
| parent | 05ea83b67ed7861c1693187dbf3a2613601c1b15 (diff) | |
Merge git://git.denx.de/u-boot-ubi
| -rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index b4ce706a8e6..cbc4cb2bc89 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 */ |
