Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118661
b: refs/heads/master
c: 5cd33db
h: refs/heads/master
i:
  118659: 68c9467
v: v3
  • Loading branch information
Lennert Buytenhek authored and David S. Miller committed Nov 11, 2008
1 parent 06ec379 commit 9f2afc0
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: b971e7ac834e9f4bda96d5a96ae9abccd01c1dd8
refs/heads/master: 5cd33db2120b5ce972568711156f91da83bff2d7
2 changes: 1 addition & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ int skb_recycle_check(struct sk_buff *skb, int skb_size)
shinfo->frag_list = NULL;

memset(skb, 0, offsetof(struct sk_buff, tail));
skb_reset_tail_pointer(skb);
skb->data = skb->head + NET_SKB_PAD;
skb_reset_tail_pointer(skb);

return 1;
}
Expand Down

0 comments on commit 9f2afc0

Please sign in to comment.