From: Ilpo Järvinen Date: Fri, 12 Oct 2007 00:34:57 +0000 (-0700) Subject: [TCP]: No need to re-count fackets_out/sacked_out at RTO X-Git-Tag: v2.6.24-rc1~1454^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd829995b86e0359796780d43d2f210cb5cf021;p=pandora-kernel.git [TCP]: No need to re-count fackets_out/sacked_out at RTO Both sacked_out and fackets_out are directly known from how parameter. Since fackets_out is accurate, there's no need for recounting (sacked_out was previously unnecessarily counted in the loop anyway). Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed