VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Kirill Korotaev <dev@sw.ru> 2006-12-08 02:37:56 -0800 committer: Linus Torvalds <torvalds@woody.osdl.org> 2006-12-08 08:28:51 -0800 commit: 6b3286ed1169d74fea401367d6d4d6c6ec758a81 parent: 1ec320afdc9552c92191d5f89fcd1ebe588334ca
Commit Summary:
[PATCH] rename struct namespace to struct mnt_namespace
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/pnode.c b/fs/pnode.c
index da42ee61c1df..56aacead8362 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -6,7 +6,7 @@
  *	Author : Ram Pai (linuxram@us.ibm.com)
  *
  */
-#include <linux/namespace.h>
+#include <linux/mnt_namespace.h>
 #include <linux/mount.h>
 #include <linux/fs.h>
 #include "pnode.h"