From: Ilpo Järvinen Date: Sun, 21 Sep 2008 04:20:50 +0000 (-0700) Subject: tcp: Kill precaution that's very likely obsolete X-Git-Tag: v2.6.28-rc1~717^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09142eddb75005e41b0af3e5214979d8b534b1d;p=pandora-kernel.git tcp: Kill precaution that's very likely obsolete I suspect it might have been related to the changed amount of lost skbs, which was counted by retransmit_cnt_hint that got changed. The place for this clearing was very illogical anyway, it should have been after the LOST-bit clearing loop to make any sense. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed