diff options
Diffstat (limited to 'include/linux/nsproxy.h')
-rw-r--r-- | include/linux/nsproxy.h | 2 |
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; | |||
8 | struct uts_namespace; | 8 | struct uts_namespace; |
9 | struct ipc_namespace; | 9 | struct ipc_namespace; |
10 | struct pid_namespace; | 10 | struct pid_namespace; |
11 | struct cgroup_namespace; | ||
11 | struct fs_struct; | 12 | struct 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 | }; |
37 | extern struct nsproxy init_nsproxy; | 39 | extern struct nsproxy init_nsproxy; |
38 | 40 | ||