]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/ipv6/reassembly.c
net: Kill register_sysctl_rotable
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 19 Apr 2012 13:22:55 +0000 (13:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 01:21:17 +0000 (21:21 -0400)
commit4344475797a16ef948385780943f7a5cf09f0675
tree1cd80eae7c46a1e3f2f5c546212d84d007a5dffa
parent2ca794e5e86c800d7f98c4ebb8bd325099c0afe8
net: Kill register_sysctl_rotable

register_sysctl_rotable never caught on as an interesting way to
register sysctls.  My take on the situation is that what we want are
sysctls that we can only see in the initial network namespace.  What we
have implemented with register_sysctl_rotable are sysctls that we can
see in all of the network namespaces and can only change in the initial
network namespace.

That is a very silly way to go.  Just register the network sysctls
in the initial network namespace and we don't have any weird special
cases to deal with.

The sysctls affected are:
/proc/sys/net/ipv4/ipfrag_secret_interval
/proc/sys/net/ipv4/ipfrag_max_dist
/proc/sys/net/ipv6/ip6frag_secret_interval
/proc/sys/net/ipv6/mld_max_msf

I really don't expect anyone will miss them if they can't read them in a
child user namespace.

CC: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/net_namespace.h
net/core/sysctl_net_core.c
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c
net/ipv6/sysctl_net_ipv6.c
net/sysctl_net.c