aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2010-03-07 21:48:39 -0500
committerEric W. Biederman <ebiederm@xmission.com>2011-05-10 17:35:47 -0400
commita00eaf11a223c63fbb212369d6db69ce4c55a2d1 (patch)
tree1c38d8591c229243cb09386a0f5b3737da421cf1 /include
parent34482e89a5218f0f9317abf1cfba3bb38b5c29dd (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.h1
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};
268extern const struct proc_ns_operations netns_operations; 268extern const struct proc_ns_operations netns_operations;
269extern const struct proc_ns_operations utsns_operations; 269extern const struct proc_ns_operations utsns_operations;
270extern const struct proc_ns_operations ipcns_operations;
270 271
271union proc_op { 272union proc_op {
272 int (*proc_get_link)(struct inode *, struct path *); 273 int (*proc_get_link)(struct inode *, struct path *);