Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135214
b: refs/heads/master
c: c43d558
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Mar 16, 2009
1 parent d8ee521 commit 16950e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5861f8e58dd84fc34b691c2e8d4824dea68c360e
refs/heads/master: c43d558a5139a3b22dcac3f19f64ecb39130b02e
3 changes: 0 additions & 3 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,6 @@ static int tcp_clean_rtx_queue(struct sock *sk, int prior_fackets,

while ((skb = tcp_write_queue_head(sk)) && skb != tcp_send_head(sk)) {
struct tcp_skb_cb *scb = TCP_SKB_CB(skb);
u32 end_seq;
u32 acked_pcount;
u8 sacked = scb->sacked;

Expand All @@ -3216,10 +3215,8 @@ static int tcp_clean_rtx_queue(struct sock *sk, int prior_fackets,
break;

fully_acked = 0;
end_seq = tp->snd_una;
} else {
acked_pcount = tcp_skb_pcount(skb);
end_seq = scb->end_seq;
}

/* MTU probing checks */
Expand Down

0 comments on commit 16950e2

Please sign in to comment.