From: Ilpo Järvinen Date: Tue, 9 Oct 2007 08:28:45 +0000 (-0700) Subject: [TCP]: Move accounting from tso_acked to clean_rtx_queue X-Git-Tag: v2.6.24-rc1~1454^2~407 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13fcf850cc20373db4dd8a5c9f349583ab3817c4;p=pandora-kernel.git [TCP]: Move accounting from tso_acked to clean_rtx_queue The accounting code is pretty much the same, so it's a shame we do it in two places. I'm not too sure if added fully_acked check in MTU probing is really what we want perhaps the added end_seq could be used in the after() comparison. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed