From: Ilpo Järvinen Date: Sun, 21 Sep 2008 04:21:16 +0000 (-0700) Subject: tcp: No need to clear retransmit_skb_hint when SACKing X-Git-Tag: v2.6.28-rc1~717^2~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184d68b2b0b836587f92887b14baea41033ffeef;p=pandora-kernel.git tcp: No need to clear retransmit_skb_hint when SACKing Because lost counter no longer requires tuning, this is trivial to remove (the tuning wouldn't have been too hard either) because no "new" retransmittable skb appeared below retransmit_skb_hint when SACKing for sure. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed