[PATCH] sysctl: move SYSV IPC sysctls to their own file
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:34:06 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:59 +0000 (08:09 -0800)
commita5494dcd8b92dce64317f2f7dd0d62747c54980b
treebdf0a29aecd3c043bc0478e6fa2e8a2b950f1b96
parent39732acd968a007036ff3c504f1e6748024ef548
[PATCH] sysctl: move SYSV IPC sysctls to their own file

This is just a simple cleanup to keep kernel/sysctl.c from getting to crowded
with special cases, and by keeping all of the ipc logic to together it makes
the code a little more readable.

[gcoady.lk@gmail.com: build fix]
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Serge E. Hallyn <serue@us.ibm.com>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Kirill Korotaev <dev@sw.ru>
Signed-off-by: Grant Coady <gcoady.lk@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig
ipc/Makefile
ipc/ipc_sysctl.c [new file with mode: 0644]
kernel/sysctl.c