diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 20:14:54 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:52:38 -0500 |
commit | e407699ef56ed948739dd57a5578ba8cb5bd81b2 (patch) | |
tree | 830069801b88d2b7957c6bb0baf012e9637ec4fd /security | |
parent | c5dc332eb93881fc8234d652f6e91a2825b06503 (diff) |
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 'security')
-rw-r--r-- | security/apparmor/path.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/apparmor/path.c b/security/apparmor/path.c index b566eba4a65..9d070a7c3ff 100644 --- a/security/apparmor/path.c +++ b/security/apparmor/path.c @@ -13,7 +13,6 @@ */ #include <linux/magic.h> -#include <linux/mnt_namespace.h> #include <linux/mount.h> #include <linux/namei.h> #include <linux/nsproxy.h> |