aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mount.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-07-26 21:08:32 -0700
committerEric W. Biederman <ebiederm@xmission.com>2012-11-19 05:59:19 -0800
commit771b1371686e0a63e938ada28de020b9a0040f55 (patch)
tree1eb8891f19c43255febe2e801c33cbe7061e9a34 /fs/mount.h
parentvfs: Add setns support for the mount namespace (diff)
downloadlinux-dev-771b1371686e0a63e938ada28de020b9a0040f55.tar.xz
linux-dev-771b1371686e0a63e938ada28de020b9a0040f55.zip
vfs: Add a user namespace reference from struct mnt_namespace
This will allow for support for unprivileged mounts in a new user namespace. Acked-by: "Serge E. Hallyn" <serge@hallyn.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'fs/mount.h')
-rw-r--r--fs/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h
index e9c37dd3d00d..630fafc616bb 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -6,6 +6,7 @@ struct mnt_namespace {
atomic_t count;
struct mount * root;
struct list_head list;
+ struct user_namespace *user_ns;
u64 seq; /* Sequence number to prevent loops */
wait_queue_head_t poll;
int event;