Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf9d1e42 authored by David Woodhouse's avatar David Woodhouse
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.