]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit033ae27da8c39030d506033a945053cd00e8a732
tree5616780832c9f13c5f21e785052c4583a180490c
parentf7c9247726d4dcbc9d1f97ab11cc383817743ffd
[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