summaryrefslogtreecommitdiffstats
path: root/include/linux/nsproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nsproxy.h')
-rw-r--r--include/linux/nsproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nsproxy.h b/include/linux/nsproxy.h
index 35fa08fd7739..ac0d65bef5d0 100644
--- a/include/linux/nsproxy.h
+++ b/include/linux/nsproxy.h
@@ -8,6 +8,7 @@ struct mnt_namespace;
8struct uts_namespace; 8struct uts_namespace;
9struct ipc_namespace; 9struct ipc_namespace;
10struct pid_namespace; 10struct pid_namespace;
11struct cgroup_namespace;
11struct fs_struct; 12struct fs_struct;
12 13
13/* 14/*
@@ -33,6 +34,7 @@ struct nsproxy {
33 struct mnt_namespace *mnt_ns; 34 struct mnt_namespace *mnt_ns;
34 struct pid_namespace *pid_ns_for_children; 35 struct pid_namespace *pid_ns_for_children;
35 struct net *net_ns; 36 struct net *net_ns;
37 struct cgroup_namespace *cgroup_ns;
36}; 38};
37extern struct nsproxy init_nsproxy; 39extern struct nsproxy init_nsproxy;
38 40