summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-10-02 10:11:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-08 08:36:58 +0200
commit3f0e6a07da363d89129bcf483709050f8a202f80 (patch)
tree1bbc686bc4372cbc7ad9a614706410ffc94d4dea /fs/ubifs
parentd99f10db6da95af5d878866c3504fdb5b774e068 (diff)
downloadbarebox-3f0e6a07da363d89129bcf483709050f8a202f80.tar.gz
barebox-3f0e6a07da363d89129bcf483709050f8a202f80.tar.xz
Add more mutex no-ops
Add mutex_lock_nested, mutex_unlock_nested and mutex_is_locked to include/linux/mutex.h and remove them from UBIFS. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ubifs')
-rw-r--r--fs/ubifs/ubifs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index d4df668ca6..d11f213c06 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -84,9 +84,6 @@ struct page {
#define module_param_named(...)
/* misc.h */
-#define mutex_lock_nested(...)
-#define mutex_unlock_nested(...)
-#define mutex_is_locked(...) 0
#endif
/* Version of this UBIFS implementation */