Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172056
b: refs/heads/master
c: b2722b1
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 1, 2009
1 parent 85b7ac8 commit f359d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7e8f44f8d4fa9bb35e32c161fbcdbd6b9e6400e3
refs/heads/master: b2722b1c3a893ec6021508da15b32282ec79f4da
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
if (skb->sk) {
frag->sk = skb->sk;
frag->destructor = sock_wfree;
truesizes += frag->truesize;
}
truesizes += frag->truesize;
}

/* Everything is OK. Generate! */
Expand Down

0 comments on commit f359d0d

Please sign in to comment.