summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_lblc.c
diff options
context:
space:
mode:
authorSimon Horman2007-11-20 06:51:13 +0100
committerDavid S. Miller2007-11-20 06:51:13 +0100
commit9055fa1f3ded5ad858a55ae18439ed55227ee7eb (patch)
treed8ea30e4b8b53f3f6e47cb6c2823fc84d40bea60 /net/ipv4/ipvs/ip_vs_lblc.c
parent[IPVS]: Fix sysctl warnings about missing strategy in schedulers (diff)
downloadkernel-qcow2-linux-9055fa1f3ded5ad858a55ae18439ed55227ee7eb.tar.gz
kernel-qcow2-linux-9055fa1f3ded5ad858a55ae18439ed55227ee7eb.tar.xz
kernel-qcow2-linux-9055fa1f3ded5ad858a55ae18439ed55227ee7eb.zip
[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.c1
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