aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/sysctl_net_ipv4.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-10-31 17:31:33 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-11-01 15:42:34 -0800
commitb1736a71404b3961f061c795a81210aa7f945fc0 (patch)
treef7d285697c143b5f28a4389d994c72fdfa78684f /net/ipv4/sysctl_net_ipv4.c
parent[TIPC] net/tipc/port.c: fix NULL dereference (diff)
downloadlinux-dev-b1736a71404b3961f061c795a81210aa7f945fc0.tar.xz
linux-dev-b1736a71404b3961f061c795a81210aa7f945fc0.zip
[TCP]: Set default congestion control when no sysctl.
The setting of the default congestion control was buried in the sysctl code so it would not be done properly if SYSCTL was not enabled. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
-rw-r--r--net/ipv4/sysctl_net_ipv4.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
index e82a5be894b5..15061b314411 100644
--- a/net/ipv4/sysctl_net_ipv4.c
+++ b/net/ipv4/sysctl_net_ipv4.c
@@ -129,13 +129,6 @@ static int sysctl_tcp_congestion_control(ctl_table *table, int __user *name,
return ret;
}
-static int __init tcp_congestion_default(void)
-{
- return tcp_set_default_congestion_control(CONFIG_DEFAULT_TCP_CONG);
-}
-
-late_initcall(tcp_congestion_default);
-
ctl_table ipv4_table[] = {
{
.ctl_name = NET_IPV4_TCP_TIMESTAMPS,