tcp: remove unused min_cwnd member of tcp_congestion_ops
authorStanislav Fomichev <stfomichev@yandex-team.ru>
Wed, 12 Feb 2014 13:35:21 +0000 (17:35 +0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 23:22:34 +0000 (18:22 -0500)
commit45f7435968363816f8fc4c6abef692808534140d
treea4fa1938204a2967ceb54141927da8f8c57ff214
parentf93f160b5a3546b6d3143894f63a326442071e48
tcp: remove unused min_cwnd member of tcp_congestion_ops

Commit 684bad110757 "tcp: use PRR to reduce cwin in CWR state" removed all
calls to min_cwnd, so we can safely remove it.
Also, remove tcp_reno_min_cwnd because it was only used for min_cwnd.

Signed-off-by: Stanislav Fomichev <stfomichev@yandex-team.ru>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/tcp.txt
include/net/tcp.h
net/ipv4/tcp_cong.c
net/ipv4/tcp_highspeed.c
net/ipv4/tcp_hybla.c
net/ipv4/tcp_illinois.c
net/ipv4/tcp_lp.c
net/ipv4/tcp_scalable.c
net/ipv4/tcp_vegas.c
net/ipv4/tcp_westwood.c
net/ipv4/tcp_yeah.c