aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/msg.c')
-rw-r--r--ipc/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/msg.c b/ipc/msg.c
index be8449d48a8e..7d9b0694c743 100644
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -84,7 +84,7 @@ static int sysvipc_msg_proc_show(struct seq_file *s, void *it);
84 * Also take into account the number of nsproxies created so far. 84 * Also take into account the number of nsproxies created so far.
85 * This should be done staying within the (MSGMNI , IPCMNI/nr_ipc_ns) range. 85 * This should be done staying within the (MSGMNI , IPCMNI/nr_ipc_ns) range.
86 */ 86 */
87static void recompute_msgmni(struct ipc_namespace *ns) 87void recompute_msgmni(struct ipc_namespace *ns)
88{ 88{
89 struct sysinfo i; 89 struct sysinfo i;
90 unsigned long allowed; 90 unsigned long allowed;