linux/arch/s390/kernel
Eric W. Biederman 0b4d414714 [PATCH] sysctl: remove insert_at_head from register_sysctl
The semantic effect of insert_at_head is that it would allow new registered
sysctl entries to override existing sysctl entries of the same name.  Which is
pain for caching and the proc interface never implemented.

I have done an audit and discovered that none of the current users of
register_sysctl care as (excpet for directories) they do not register
duplicate sysctl entries.

So this patch simply removes the support for overriding existing entries in
the sys_sysctl interface since no one uses it or cares and it makes future
enhancments harder.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Andi Kleen <ak@muc.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Corey Minyard <minyard@acm.org>
Cc: Neil Brown <neilb@suse.de>
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Jan Kara <jack@ucw.cz>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Mark Fasheh <mark.fasheh@oracle.com>
Cc: David Chinner <dgc@sgi.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Patrick McHardy <kaber@trash.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-14 08:09:59 -08:00
..
asm-offsets.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
audit.c [PATCH] audit: AUDIT_PERM support 2006-09-11 13:32:30 -04:00
base.S [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
binfmt_elf32.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
bitmap.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compat_audit.c [PATCH] audit: AUDIT_PERM support 2006-09-11 13:32:30 -04:00
compat_exec_domain.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
compat_linux.c [PATCH] Common compat_sys_sysinfo 2007-02-11 10:51:32 -08:00
compat_linux.h [S390] noexec protection 2007-02-05 21:18:17 +01:00
compat_ptrace.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compat_signal.c [S390] noexec protection 2007-02-05 21:18:17 +01:00
compat_wrapper.S [PATCH] Common compat_sys_sysinfo 2007-02-11 10:51:32 -08:00
cpcmd.c [S390] cpcmd with vmalloc addresses. 2007-02-05 21:16:54 +01:00
crash.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
debug.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
early.c [S390] Mark kernel text section read-only. 2007-02-05 21:18:41 +01:00
ebcdic.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
entry.S [S390] Whitespace cleanup. 2006-09-28 16:56:37 +02:00
entry64.S [S390] Whitespace cleanup. 2006-09-28 16:56:37 +02:00
head.S [S390] remove salipl memory detection. 2006-12-04 15:39:47 +01:00
head31.S [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
head64.S [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
init_task.c [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c 2006-10-02 07:57:20 -07:00
ipl.c [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
irq.c [S390] Move init_irq_proc to the other irq related functions. 2007-02-05 21:16:44 +01:00
kprobes.c [S390] Mark kernel text section read-only. 2007-02-05 21:18:41 +01:00
machine_kexec.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
Makefile [S390] Convert memory detection into C code. 2007-02-05 21:18:37 +01:00
module.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
process.c [S390] noexec protection 2007-02-05 21:18:17 +01:00
ptrace.c [S390] noexec protection 2007-02-05 21:18:17 +01:00
reipl.S [S390] Save prefix register for dump on panic 2006-12-15 17:18:27 +01:00
reipl64.S [S390] Save prefix register for dump on panic 2006-12-15 17:18:27 +01:00
relocate_kernel.S [S390] Reset infrastructure for re-IPL. 2006-12-04 15:40:26 +01:00
relocate_kernel64.S [S390] Reset infrastructure for re-IPL. 2006-12-04 15:40:26 +01:00
s390_ext.c [S390] ETR support. 2007-02-05 21:18:19 +01:00
s390_ksyms.c [PATCH] remove bogus arch-specific syscall exports 2006-10-11 11:17:07 -07:00
semaphore.c [S390] Inline assembly cleanup. 2006-09-28 16:56:43 +02:00
setup.c [PATCH] Dynamic kernel command-line: s390 2007-02-12 09:48:39 -08:00
signal.c [S390] noexec protection 2007-02-05 21:18:17 +01:00
smp.c [S390] smp_call_function/smp_call_function_on locking. 2007-02-12 15:47:04 +01:00
stacktrace.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
sys_s390.c [PATCH] provide kernel_execve on all architectures 2006-10-02 07:57:23 -07:00
syscalls.S [PATCH] Common compat_sys_sysinfo 2007-02-11 10:51:32 -08:00
time.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
traps.c [S390] Fix kprobes breakpoint handling. 2007-02-05 21:17:29 +01:00
vmlinux.lds.S [PATCH] disable init/initramfs.c: architectures 2007-02-11 10:51:25 -08:00
vtime.c [S390] ETR support. 2007-02-05 21:18:19 +01:00