diff options
Diffstat (limited to 'ipc/msg.c')
-rw-r--r-- | ipc/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
87 | static void recompute_msgmni(struct ipc_namespace *ns) | 87 | void recompute_msgmni(struct ipc_namespace *ns) |
88 | { | 88 | { |
89 | struct sysinfo i; | 89 | struct sysinfo i; |
90 | unsigned long allowed; | 90 | unsigned long allowed; |