diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-07-26 09:24:06 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-11-20 07:18:13 -0500 |
commit | cde1975bc242f3e1072bde623ef378e547b73f91 (patch) | |
tree | 2c40083144c71d2aa2be39ed65f610570261f647 /include/linux/proc_fs.h | |
parent | 4c44aaafa8108f584831850ab48a975e971db2de (diff) |
userns: Implent proc namespace operations
This allows entering a user namespace, and the ability
to store a reference to a user namespace with a bind
mount.
Addition of missing userns_ns_put in userns_install
from Gao feng <gaofeng@cn.fujitsu.com>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r-- | include/linux/proc_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 9014c041e752..31447819bc55 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -258,6 +258,7 @@ extern const struct proc_ns_operations netns_operations; | |||
258 | extern const struct proc_ns_operations utsns_operations; | 258 | extern const struct proc_ns_operations utsns_operations; |
259 | extern const struct proc_ns_operations ipcns_operations; | 259 | extern const struct proc_ns_operations ipcns_operations; |
260 | extern const struct proc_ns_operations pidns_operations; | 260 | extern const struct proc_ns_operations pidns_operations; |
261 | extern const struct proc_ns_operations userns_operations; | ||
261 | extern const struct proc_ns_operations mntns_operations; | 262 | extern const struct proc_ns_operations mntns_operations; |
262 | 263 | ||
263 | union proc_op { | 264 | union proc_op { |