inet: Rename fragmentation sysctl-related functions/variables.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 19 May 2008 20:51:29 +0000 (13:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 May 2008 20:51:29 +0000 (13:51 -0700)
commit0a64b4b811025ce0386ad84d81504e4ff7985856
tree5dd25612ce7b3c1933c823237c34b09a6ba02e9e
parentd5a4502e9efa534212484fd691339f6469cf95ff
inet: Rename fragmentation sysctl-related functions/variables.

The fragments sysctls also contains some, that are to be
visible, but read-only in net namespaces.

The naming in net/core/sysctl_net_core.c is - tables, that are
to be registered in namespaces have a "ns" word in their names.
So rename ones in ipv4/ip_fragment.c and ipv6/reassembly.c to
fit this.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c