From: Ilpo Järvinen Date: Sun, 21 Sep 2008 04:22:17 +0000 (-0700) Subject: tcp: remove obsolete validity concern X-Git-Tag: v2.6.28-rc1~717^2~260 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=34638570b58290e8cb875fb24dcbe836ffeb6cb8;p=linux-2.6-omap-h63xx.git tcp: remove obsolete validity concern Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 957c4e3d217..6f2a3f4a1af 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -2087,10 +2087,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk) if (!tcp_can_forward_retransmit(sk)) return; - /* If nothing is SACKed, highest_sack in the loop won't be valid */ - if (!tp->sacked_out) - return; - if (tp->forward_skb_hint) skb = tp->forward_skb_hint; else