summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorIlpo Järvinen2009-02-19 02:45:44 +0100
committerDavid S. Miller2009-02-19 02:45:44 +0100
commit5209921cf15452cbe43097afce11d2846630cb51 (patch)
treeba9f990baf96a6c211b7bb76b95396ce44993e6b /net/ipv4/tcp_output.c
parentTG3: &&/|| confusion (diff)
downloadkernel-qcow2-linux-5209921cf15452cbe43097afce11d2846630cb51.tar.gz
kernel-qcow2-linux-5209921cf15452cbe43097afce11d2846630cb51.tar.xz
kernel-qcow2-linux-5209921cf15452cbe43097afce11d2846630cb51.zip
tcp: remove obsoleted comment about different passes
This is obsolete since the passes got combined. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
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;