diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-16 02:41:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:50 -0400 |
commit | 948730b0e39fb4cba4a5ed0fc40e0f017cce2dfa (patch) | |
tree | d6c3b79873456cc46cba11e8e81fe396abecd478 | |
parent | 19769b762607fea53c005a0068cf8939cecd2f9a (diff) |
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>
-rw-r--r-- | fs/namespace.c | 1 |
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 @@ | |||
28 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
29 | #include <asm/unistd.h> | 29 | #include <asm/unistd.h> |
30 | #include "pnode.h" | 30 | #include "pnode.h" |
31 | #include "internal.h" | ||
31 | 32 | ||
32 | /* spinlock for vfsmount related operations, inplace of dcache_lock */ | 33 | /* spinlock for vfsmount related operations, inplace of dcache_lock */ |
33 | __cacheline_aligned_in_smp DEFINE_SPINLOCK(vfsmount_lock); | 34 | __cacheline_aligned_in_smp DEFINE_SPINLOCK(vfsmount_lock); |