From: Eric Dumazet Date: Sat, 3 May 2014 04:18:05 +0000 (-0700) Subject: tcp: remove in_flight parameter from cong_avoid() methods X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249015515fe3fc9818d86cb5c83bbc92505ad7dc;p=pandora-kernel.git 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 Acked-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed