[PATCH] sysctl: move utsname sysctls to their own file
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:58 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:58 +0000 (08:09 -0800)
commit39732acd968a007036ff3c504f1e6748024ef548
tree91d3ecdd8579559daa6b9d4b25eb688d1bb909a8
parentb04c3afb2b6e2f902b41bb62b73684d92d7e6c34
[PATCH] sysctl: move utsname 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 utsname logic to together it
makes the code a little more readable.

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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/Makefile
kernel/sysctl.c
kernel/utsname_sysctl.c [new file with mode: 0644]