Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40805
b: refs/heads/master
c: 25f484a
h: refs/heads/master
i:
  40803: a799d92
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Nov 7, 2006
1 parent 578c2e2 commit ae34cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e365eec04c86899fab5db0f49a9c98554069bd0
refs/heads/master: 25f484a62e41be8020b9a31bf50a792baa58d2d4
1 change: 1 addition & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ struct sk_buff *pskb_copy(struct sk_buff *skb, gfp_t gfp_mask)
n->csum = skb->csum;
n->ip_summed = skb->ip_summed;

n->truesize += skb->data_len;
n->data_len = skb->data_len;
n->len = skb->len;

Expand Down

0 comments on commit ae34cce

Please sign in to comment.