summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
authorAl Viro2008-03-22 20:48:17 +0100
committerAl Viro2008-04-22 05:11:01 +0200
commit6d59e7f582ef1c1988542d0fc3b36d0087b757ce (patch)
tree2e6e2e7d42af8f89f7b87aeaf5261d4cfbd9b625 /fs/pnode.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... (diff)
downloadkernel-qcow2-linux-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.gz
kernel-qcow2-linux-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.tar.xz
kernel-qcow2-linux-6d59e7f582ef1c1988542d0fc3b36d0087b757ce.zip
[PATCH] move a bunch of declarations to fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.c')
-rw-r--r--fs/pnode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 1d8f5447f3f7..a9e0d6fadbcd 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -9,6 +9,7 @@
#include <linux/mnt_namespace.h>
#include <linux/mount.h>
#include <linux/fs.h>
+#include "internal.h"
#include "pnode.h"
/* return the next shared peer mount of @p */