Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8491
b: refs/heads/master
c: e130af5
h: refs/heads/master
i:
  8489: 16fa969
  8487: 5681762
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Sep 11, 2005
1 parent ca21fbc commit e74b06c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 2a0445158192246c421467320af0d2f45a98f02c
refs/heads/master: e130af5dab2abbf01c5d92ec5ac05912cf3d9aa7
5 changes: 0 additions & 5 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,6 @@ int tcp_fragment(struct sock *sk, struct sk_buff *skb, u32 len, unsigned int mss
TCP_SKB_CB(buff)->when = TCP_SKB_CB(skb)->when;
buff->tstamp = skb->tstamp;

if (TCP_SKB_CB(skb)->sacked & TCPCB_LOST) {
tp->lost_out -= tcp_skb_pcount(skb);
tp->left_out -= tcp_skb_pcount(skb);
}

old_factor = tcp_skb_pcount(skb);

/* Fix up tso_factor for both original and new SKB. */
Expand Down

0 comments on commit e74b06c

Please sign in to comment.