diff options
Diffstat (limited to 'ipc/msg.c')
-rw-r--r-- | ipc/msg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,7 @@ | |||
36 | #include <linux/seq_file.h> | 36 | #include <linux/seq_file.h> |
37 | #include <linux/rwsem.h> | 37 | #include <linux/rwsem.h> |
38 | #include <linux/nsproxy.h> | 38 | #include <linux/nsproxy.h> |
39 | #include <linux/ipc_namespace.h> | ||
39 | 40 | ||
40 | #include <asm/current.h> | 41 | #include <asm/current.h> |
41 | #include <asm/uaccess.h> | 42 | #include <asm/uaccess.h> |
@@ -90,6 +91,7 @@ static void __msg_init_ns(struct ipc_namespace *ns, struct ipc_ids *ids) | |||
90 | ipc_init_ids(ids); | 91 | ipc_init_ids(ids); |
91 | } | 92 | } |
92 | 93 | ||
94 | #ifdef CONFIG_IPC_NS | ||
93 | int msg_init_ns(struct ipc_namespace *ns) | 95 | int msg_init_ns(struct ipc_namespace *ns) |
94 | { | 96 | { |
95 | struct ipc_ids *ids; | 97 | struct ipc_ids *ids; |
@@ -128,6 +130,7 @@ void msg_exit_ns(struct ipc_namespace *ns) | |||
128 | kfree(ns->ids[IPC_MSG_IDS]); | 130 | kfree(ns->ids[IPC_MSG_IDS]); |
129 | ns->ids[IPC_MSG_IDS] = NULL; | 131 | ns->ids[IPC_MSG_IDS] = NULL; |
130 | } | 132 | } |
133 | #endif | ||
131 | 134 | ||
132 | void __init msg_init(void) | 135 | void __init msg_init(void) |
133 | { | 136 | { |