projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a2197
)
ipc: Remove unused declaration of recompute_msgmni
author
Eric W. Biederman
<ebiederm@xmission.com>
Mon, 8 Aug 2016 14:34:24 +0000
(09:34 -0500)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Tue, 18 Apr 2017 02:53:07 +0000
(21:53 -0500)
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>
ipc/util.h
patch
|
blob
|
blame
|
history
diff --git
a/ipc/util.h
b/ipc/util.h
index 51f7ca58ac6742989c61c0e0fc8d73bc7eab6bf7..60ddccca464dd2a9f54ebe50401cdd009b3084ca 100644
(file)
--- 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;