summaryrefslogtreecommitdiffstats
path: root/fs/proc/namespaces.c
diff options
context:
space:
mode:
authorEric W. Biederman2010-03-08 03:48:39 +0100
committerEric W. Biederman2011-05-10 23:35:47 +0200
commita00eaf11a223c63fbb212369d6db69ce4c55a2d1 (patch)
tree1c38d8591c229243cb09386a0f5b3737da421cf1 /fs/proc/namespaces.c
parentns proc: Add support for the uts namespace (diff)
downloadkernel-qcow2-linux-a00eaf11a223c63fbb212369d6db69ce4c55a2d1.tar.gz
kernel-qcow2-linux-a00eaf11a223c63fbb212369d6db69ce4c55a2d1.tar.xz
kernel-qcow2-linux-a00eaf11a223c63fbb212369d6db69ce4c55a2d1.zip
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 'fs/proc/namespaces.c')
-rw-r--r--fs/proc/namespaces.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c
index b017181f1273..f18d6d58bf79 100644
--- a/fs/proc/namespaces.c
+++ b/fs/proc/namespaces.c
@@ -22,6 +22,9 @@ static const struct proc_ns_operations *ns_entries[] = {
#ifdef CONFIG_UTS_NS
&utsns_operations,
#endif
+#ifdef CONFIG_IPC_NS
+ &ipcns_operations,
+#endif
};
static const struct file_operations ns_file_operations = {