summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorAdrian Bunk2007-07-16 08:41:25 +0200
committerLinus Torvalds2007-07-16 18:05:50 +0200
commit948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa (patch)
treed6c3b79873456cc46cba11e8e81fe396abecd478 /fs/namespace.c
parentsprint_symbol() cleanup (diff)
downloadkernel-qcow2-linux-948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa.tar.gz
kernel-qcow2-linux-948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa.tar.xz
kernel-qcow2-linux-948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa.zip
fs/namespace.c should #include "internal.h"
Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index 9211da4fef53..4198003d7e18 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -28,6 +28,7 @@
#include <asm/uaccess.h>
#include <asm/unistd.h>
#include "pnode.h"
+#include "internal.h"
/* spinlock for vfsmount related operations, inplace of dcache_lock */
__cacheline_aligned_in_smp DEFINE_SPINLOCK(vfsmount_lock);