diff options
Diffstat (limited to 'ipc/msg.c')
-rw-r--r-- | ipc/msg.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -87,7 +87,7 @@ static int newque (struct ipc_namespace *ns, key_t key, int msgflg); | |||
87 | static int sysvipc_msg_proc_show(struct seq_file *s, void *it); | 87 | static int sysvipc_msg_proc_show(struct seq_file *s, void *it); |
88 | #endif | 88 | #endif |
89 | 89 | ||
90 | static void __ipc_init __msg_init_ns(struct ipc_namespace *ns, struct ipc_ids *ids) | 90 | static void __msg_init_ns(struct ipc_namespace *ns, struct ipc_ids *ids) |
91 | { | 91 | { |
92 | ns->ids[IPC_MSG_IDS] = ids; | 92 | ns->ids[IPC_MSG_IDS] = ids; |
93 | ns->msg_ctlmax = MSGMAX; | 93 | ns->msg_ctlmax = MSGMAX; |
@@ -96,7 +96,6 @@ static void __ipc_init __msg_init_ns(struct ipc_namespace *ns, struct ipc_ids *i | |||
96 | ipc_init_ids(ids, ns->msg_ctlmni); | 96 | ipc_init_ids(ids, ns->msg_ctlmni); |
97 | } | 97 | } |
98 | 98 | ||
99 | #ifdef CONFIG_IPC_NS | ||
100 | int msg_init_ns(struct ipc_namespace *ns) | 99 | int msg_init_ns(struct ipc_namespace *ns) |
101 | { | 100 | { |
102 | struct ipc_ids *ids; | 101 | struct ipc_ids *ids; |
@@ -128,7 +127,6 @@ void msg_exit_ns(struct ipc_namespace *ns) | |||
128 | kfree(ns->ids[IPC_MSG_IDS]); | 127 | kfree(ns->ids[IPC_MSG_IDS]); |
129 | ns->ids[IPC_MSG_IDS] = NULL; | 128 | ns->ids[IPC_MSG_IDS] = NULL; |
130 | } | 129 | } |
131 | #endif | ||
132 | 130 | ||
133 | void __init msg_init(void) | 131 | void __init msg_init(void) |
134 | { | 132 | { |