diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2010-03-07 21:48:39 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2011-05-10 17:35:47 -0400 |
commit | a00eaf11a223c63fbb212369d6db69ce4c55a2d1 (patch) | |
tree | 1c38d8591c229243cb09386a0f5b3737da421cf1 /include | |
parent | 34482e89a5218f0f9317abf1cfba3bb38b5c29dd (diff) |
ns proc: Add support for the ipc 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 52aa89df8a6d..a23f0b72a023 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -267,6 +267,7 @@ struct proc_ns_operations { | |||
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 | extern const struct proc_ns_operations utsns_operations; |
270 | extern const struct proc_ns_operations ipcns_operations; | ||
270 | 271 | ||
271 | union proc_op { | 272 | union proc_op { |
272 | int (*proc_get_link)(struct inode *, struct path *); | 273 | int (*proc_get_link)(struct inode *, struct path *); |