android_kernel_xiaomi_sm7250/net/x25
Eric W. Biederman b402f06d6e [PATCH] sysctl: x25: remove unnecessary insert_at_head from register_sysctl_table
There has not been much maintenance on sysctl in years, and as a result is
there is a lot to do to allow future interesting work to happen, and being
ambitious I'm trying to do it all at once :)

The patches in this series fall into several general categories.

- Removal of useless attempts to override the standard sysctls

- Registers of sysctl numbers in sysctl.h so someone else does not use
  the magic number and conflict.

- C99 conversions so it becomes possible to change the layout of
  struct ctl_table without breaking everything.

- Removal of useless claims of module ownership, in the proc dir entries

- Removal of sys_sysctl support where people had used conflicting sysctl
  numbers. Trying to break glibc or other applications by changing the
  ABI is not cool.  9 instances of this in the kernel seems a little
  extreme.

- General enhancements when I got the junk I could see out.

This patch:

Since x25 uses unique binary numbers inserting yourself at the head of the
search list for sysctls so you can override already registered sysctls is
pointless.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-14 08:09:55 -08:00
..
af_x25.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
sysctl_net_x25.c [PATCH] sysctl: x25: remove unnecessary insert_at_head from register_sysctl_table 2007-02-14 08:09:55 -08:00
x25_dev.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_facilities.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_forward.c [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
x25_in.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_link.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_out.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_proc.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
x25_route.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_subr.c [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
x25_timer.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00