summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2002-11-16 03:52:13 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-16 03:52:13 -0800
commit754c5c66a6f32c353d503492a24bb9a02eb96849 (patch)
tree045d51fbbee915f1e90d3e5e90690f98d0ae042e /kernel
parentbb18cd7f23b2be227831c3c9c038d7892b2ff858 (diff)
[PATCH] include mount.h explicitly were needed
This is a preparation to get rid of the implicit includes in dcache.h and fs_struct.h.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c1
-rw-r--r--kernel/futex.c1
-rw-r--r--kernel/kmod.c2
-rw-r--r--kernel/ksyms.c1
4 files changed, 4 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 9145e69f1d30..038da036771b 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -20,6 +20,7 @@
#include <linux/binfmts.h>
#include <linux/ptrace.h>
#include <linux/profile.h>
+#include <linux/mount.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
diff --git a/kernel/futex.c b/kernel/futex.c
index 4aa2115c4d66..268b64ba2551 100644
--- a/kernel/futex.c
+++ b/kernel/futex.c
@@ -33,6 +33,7 @@
#include <linux/init.h>
#include <linux/futex.h>
#include <linux/vcache.h>
+#include <linux/mount.h>
#define FUTEX_HASHBITS 8
diff --git a/kernel/kmod.c b/kernel/kmod.c
index dd655dde199d..e930f6a33803 100644
--- a/kernel/kmod.c
+++ b/kernel/kmod.c
@@ -29,7 +29,7 @@
#include <linux/completion.h>
#include <linux/file.h>
#include <linux/workqueue.h>
-
+#include <linux/mount.h>
#include <asm/uaccess.h>
extern int max_threads, system_running;
diff --git a/kernel/ksyms.c b/kernel/ksyms.c
index 1b85bc771653..bbdb7abc92a6 100644
--- a/kernel/ksyms.c
+++ b/kernel/ksyms.c
@@ -53,6 +53,7 @@
#include <linux/percpu.h>
#include <linux/smp_lock.h>
#include <linux/dnotify.h>
+#include <linux/mount.h>
#include <asm/checksum.h>
#if defined(CONFIG_PROC_FS)