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)
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>

No differences found