summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-24 20:14:54 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:52:38 -0500
commite407699ef56ed948739dd57a5578ba8cb5bd81b2 (patch)
tree830069801b88d2b7957c6bb0baf012e9637ec4fd /fs
parentc5dc332eb93881fc8234d652f6e91a2825b06503 (diff)
downloadlinux-0-day-e407699ef56ed948739dd57a5578ba8cb5bd81b2.tar.gz
linux-0-day-e407699ef56ed948739dd57a5578ba8cb5bd81b2.tar.xz
btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...
it's not needed anymore; we used to, back when we had to do mount_subtree() by hand, complete with put_mnt_ns() in it. No more... Apparmor didn't need it since the __d_path() fix. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/super.c1
-rw-r--r--fs/nfs/super.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 200f63bc6675e..dc62d3cc68fd1 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -40,7 +40,6 @@
#include <linux/magic.h>
#include <linux/slab.h>
#include <linux/cleancache.h>
-#include <linux/mnt_namespace.h>
#include <linux/ratelimit.h>
#include "compat.h"
#include "delayed-inode.h"
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 134777406ee31..73d87f9bab58a 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -41,7 +41,6 @@
#include <linux/lockd/bind.h>
#include <linux/seq_file.h>
#include <linux/mount.h>
-#include <linux/mnt_namespace.h>
#include <linux/namei.h>
#include <linux/nfs_idmap.h>
#include <linux/vfs.h>