aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorIlpo Järvinen <[email protected]>2009-02-19 01:45:44 +0000
committerDavid S. Miller <[email protected]>2009-02-19 01:45:44 +0000
commit5209921cf15452cbe43097afce11d2846630cb51 (patch)
treeba9f990baf96a6c211b7bb76b95396ce44993e6b /net/ipv4/tcp_output.c
parentTG3: &&/|| confusion (diff)
downloadkernel-5209921cf15452cbe43097afce11d2846630cb51.tar.gz
kernel-5209921cf15452cbe43097afce11d2846630cb51.zip
tcp: remove obsoleted comment about different passes
This is obsolete since the passes got combined. Signed-off-by: Ilpo Järvinen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r--net/ipv4/tcp_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index dda42f0bd7a3..da2c3b8794f2 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -2023,7 +2023,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
last_lost = tp->snd_una;
}
- /* First pass: retransmit lost packets. */
tcp_for_write_queue_from(skb, sk) {
__u8 sacked = TCP_SKB_CB(skb)->sacked;