From: Christoph Paasch Date: Mon, 14 Jul 2014 14:58:32 +0000 (+0200) Subject: tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee2c941b5969eb1b5592f9731b3ee76a784641f;p=pandora-kernel.git tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction Since Yuchung's 9b44190dc11 (tcp: refactor F-RTO), tcp_enter_cwr is always called with set_ssthresh = 1. Thus, we can remove this argument from tcp_enter_cwr. Further, as we remove this one, tcp_init_cwnd_reduction is then always called with set_ssthresh = true, and so we can get rid of this argument as well. Cc: Yuchung Cheng Signed-off-by: Christoph Paasch Acked-by: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed