]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0eb4839811ea3dbd1abc28b226fee73d7eed9e8
treea4fa1938204a2967ceb54141927da8f8c57ff214
parent3411a8fa738d9a1c32174d1d5313ed8d73bb2751
tcp: remove unused min_cwnd member of tcp_congestion_ops

Commit 31410e6e0b18 "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