aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2016-08-08 09:34:24 -0500
committerEric W. Biederman <ebiederm@xmission.com>2017-04-17 21:53:07 -0500
commit2bcb9883664590867c87c19667e8738a0f675bf2 (patch)
tree92f465169455f0518f3951a4e7289d727d40dd69 /ipc
parentposix-timers: Correct sanity check in posix_cpu_nsleep (diff)
downloadlinux-dev-2bcb9883664590867c87c19667e8738a0f675bf2.tar.xz
linux-dev-2bcb9883664590867c87c19667e8738a0f675bf2.zip
ipc: Remove unused declaration of recompute_msgmni
The function recompute_msgmni was removed a while ago but it is still declared in a header file remove it. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'ipc')
-rw-r--r--ipc/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/util.h b/ipc/util.h
index 51f7ca58ac67..60ddccca464d 100644
--- a/ipc/util.h
+++ b/ipc/util.h
@@ -153,8 +153,6 @@ extern struct msg_msg *load_msg(const void __user *src, size_t len);
extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst);
extern int store_msg(void __user *dest, struct msg_msg *msg, size_t len);
-extern void recompute_msgmni(struct ipc_namespace *);
-
static inline int ipc_buildid(int id, int seq)
{
return SEQ_MULTIPLIER * seq + id;