tcp: remove in_flight parameter from cong_avoid() methods
authorEric Dumazet <edumazet@google.com>
Sat, 3 May 2014 04:18:05 +0000 (21:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 May 2014 23:23:07 +0000 (19:23 -0400)
commit249015515fe3fc9818d86cb5c83bbc92505ad7dc
tree98db6ccb0d19abccf3c0745551ee1bc5a8076fb3
parente114a710aa5058c0ba4aa1dfb105132aefeb5e04
tcp: remove in_flight parameter from cong_avoid() methods

Commit e114a710aa505 ("tcp: fix cwnd limited checking to improve
congestion control") obsoleted in_flight parameter from
tcp_is_cwnd_limited() and its callers.

This patch does the removal as promised.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
include/net/tcp.h
net/ipv4/tcp_bic.c
net/ipv4/tcp_cong.c
net/ipv4/tcp_cubic.c
net/ipv4/tcp_highspeed.c
net/ipv4/tcp_htcp.c
net/ipv4/tcp_hybla.c
net/ipv4/tcp_illinois.c
net/ipv4/tcp_input.c
net/ipv4/tcp_lp.c
net/ipv4/tcp_output.c
net/ipv4/tcp_scalable.c
net/ipv4/tcp_vegas.c
net/ipv4/tcp_veno.c
net/ipv4/tcp_yeah.c