diff options
author | James Morris <jmorris@namei.org> | 2009-07-13 16:30:40 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-07-13 16:30:40 +0200 |
commit | 7d45ecafb6792ca68da9517969d37d910601845f (patch) | |
tree | a98b1074e5577e66a97963745f975404d0aac266 /fs/namespace.c | |
parent | Revert "SELinux: Convert avc_audit to use lsm_audit.h" (diff) | |
parent | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 (diff) | |
download | linux-7d45ecafb6792ca68da9517969d37d910601845f.tar.xz linux-7d45ecafb6792ca68da9517969d37d910601845f.zip |
Merge branch 'master' into next
Conflicts:
include/linux/personality.h
Use Linus' version.
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'fs/namespace.c')
-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 3dc283fd4716..277c28a63ead 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -22,6 +22,7 @@ #include <linux/seq_file.h> #include <linux/mnt_namespace.h> #include <linux/namei.h> +#include <linux/nsproxy.h> #include <linux/security.h> #include <linux/mount.h> #include <linux/ramfs.h> |