Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34638570 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

tcp: remove obsolete validity concern

parent b5afe7bc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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