]> 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)
commitb95e0c2c2cde844aefc19af355522504181a8cc7
treea4fa1938204a2967ceb54141927da8f8c57ff214
parent797652f07617a09f53cd8546908a18b26102828e
tcp: remove unused min_cwnd member of tcp_congestion_ops

Commit db524ac24a67 "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