From: Ilpo Järvinen Date: Sun, 27 May 2007 08:53:49 +0000 (-0700) Subject: [TCP] FRTO: remove unnecessary fackets/sacked_out recounting X-Git-Tag: v2.6.24-rc1~1454^2~828 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bff40fda015c4d0b57b444626cdcbf66066dbe7;p=pandora-kernel.git [TCP] FRTO: remove unnecessary fackets/sacked_out recounting F-RTO does not touch SACKED_ACKED bits at all, so there is no need to recount them in tcp_enter_frto_loss. After removal of the else branch, nested ifs can be combined. This must also reset sacked_out when SACK is not in use as TCP could have received some duplicate ACKs prior RTO. To achieve that in a sane manner, tcp_reset_reno_sack was re-placed by the previous patch. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed