diff options
author | Simon Horman <horms@verge.net.au> | 2007-11-20 08:51:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-11-20 08:51:13 +0300 |
commit | 9055fa1f3ded5ad858a55ae18439ed55227ee7eb (patch) | |
tree | d8ea30e4b8b53f3f6e47cb6c2823fc84d40bea60 /net/ipv4/ipvs/ip_vs_lblc.c | |
parent | 9e103fa6bd53147e228e941256803a6b8927cdb9 (diff) | |
download | linux-9055fa1f3ded5ad858a55ae18439ed55227ee7eb.tar.xz |
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
Switch the remaining IPVS sysctl entries over to to use CTL_UNNUMBERED,
I stronly doubt that anyone is using the sys_sysctl interface to
these variables.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipvs/ip_vs_lblc.c')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_lblc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_lblc.c b/net/ipv4/ipvs/ip_vs_lblc.c index 7159f9c18f72..b843a11d7cf7 100644 --- a/net/ipv4/ipvs/ip_vs_lblc.c +++ b/net/ipv4/ipvs/ip_vs_lblc.c @@ -125,7 +125,6 @@ static ctl_table vs_vars_table[] = { static ctl_table vs_table[] = { { - .ctl_name = NET_IPV4_VS, .procname = "vs", .mode = 0555, .child = vs_vars_table |