VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2011-11-23 19:26:23 -0500 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-01-03 22:52:36 -0500 commit: b2dba1af3c4157040303a76d25216b1713d333d0 parent: aa9c0e07bb90589186f3b5a0ca97660c2cb50806
Commit Summary:
vfs: new internal helper: mnt_has_parent(mnt)
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/pnode.h b/fs/pnode.h
index 391287110274..7f0c13ae9484 100644
--- a/fs/pnode.h
+++ b/fs/pnode.h
@@ -9,7 +9,7 @@
 #define _LINUX_PNODE_H
 
 #include <linux/list.h>
-#include <linux/mount.h>
+#include "mount.h"
 
 #define IS_MNT_SHARED(mnt) (mnt->mnt_flags & MNT_SHARED)
 #define IS_MNT_SLAVE(mnt) (mnt->mnt_master)