Commit cf9d1e42 authored by David Woodhouse's avatar David Woodhouse

[JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h>

... instead of <linux/semaphore.h> which we don't need any more anyway.
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent ed8165c7
......@@ -15,7 +15,7 @@
#include <linux/version.h>
#include <linux/rbtree.h>
#include <linux/posix_acl.h>
#include <linux/semaphore.h>
#include <linux/mutex.h>
struct jffs2_inode_info {
/* We need an internal mutex similar to inode->i_mutex.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment