[PATCH] sysctl: fix sys_sysctl interface of ipc sysctls
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 8 Dec 2006 10:39:57 +0000 (02:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:03 +0000 (08:29 -0800)
commit6b49a257850fb8ad91f4c76bb712e9213141a34a
tree5616780832c9f13c5f21e785052c4583a180490c
parent9bc9a6bd3cf559bffe962c51efb062e8b5270ca9
[PATCH] sysctl: fix sys_sysctl interface of ipc sysctls

Currently there is a regression and the ipc sysctls don't show up in the
binary sysctl namespace.

This patch adds sysctl_ipc_data to read data/write from the appropriate
namespace and deliver it in the expected manner.

[akpm@osdl.org: warning fix]
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sysctl.c