VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2018-11-01 23:07:23 +0000 committer: David Howells <dhowells@redhat.com> 2018-12-20 16:32:56 +0000 commit: e262e32d6bde0f77fb0c95d977482fc872c51996 parent: 26cb5a328c6b2bda9e859307ce4cfc60df3a2c28
Commit Summary:
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 53d411a371ce..1100e810d855 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -10,6 +10,7 @@
 #include <linux/mount.h>
 #include <linux/fs.h>
 #include <linux/nsproxy.h>
+#include <uapi/linux/mount.h>
 #include "internal.h"
 #include "pnode.h"