commit | 249015515fe3fc9818d86cb5c83bbc92505ad7dc | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 02 21:18:05 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat May 03 19:23:07 2014 -0400 |
tree | 98db6ccb0d19abccf3c0745551ee1bc5a8076fb3 | |
parent | e114a710aa5058c0ba4aa1dfb105132aefeb5e04 [diff] |
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>