diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2010-03-07 21:43:27 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2011-05-10 17:35:35 -0400 |
commit | 34482e89a5218f0f9317abf1cfba3bb38b5c29dd (patch) | |
tree | 94a2c2409fbbef8a01aae589469ee44180e6e04f /include | |
parent | 13b6f57623bc485e116344fe91fbcb29f149242b (diff) |
ns proc: Add support for the uts namespace
Acked-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include')
-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 62126ec6ede9..52aa89df8a6d 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -266,6 +266,7 @@ struct proc_ns_operations { | |||
266 | int (*install)(struct nsproxy *nsproxy, void *ns); | 266 | int (*install)(struct nsproxy *nsproxy, void *ns); |
267 | }; | 267 | }; |
268 | extern const struct proc_ns_operations netns_operations; | 268 | extern const struct proc_ns_operations netns_operations; |
269 | extern const struct proc_ns_operations utsns_operations; | ||
269 | 270 | ||
270 | union proc_op { | 271 | union proc_op { |
271 | int (*proc_get_link)(struct inode *, struct path *); | 272 | int (*proc_get_link)(struct inode *, struct path *); |