Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273521
b: refs/heads/master
c: bc417e3
h: refs/heads/master
i:
  273519: b132a31
v: v3
  • Loading branch information
Tony Lindgren authored and David S. Miller committed Nov 3, 2011
1 parent 02ab7c7 commit a89ac9d
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: 918eb39962dfff9490a43cd08176b962cacc7978
refs/heads/master: bc417e30f8dff6e8657005c4317cd71239e53375
1 change: 1 addition & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t gfp_mask,
* aligned memory blocks, unless SLUB/SLAB debug is enabled.
* Both skb->head and skb_shared_info are cache line aligned.
*/
size = SKB_DATA_ALIGN(size);
size += SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
data = kmalloc_node_track_caller(size, gfp_mask, node);
if (!data)
Expand Down

0 comments on commit a89ac9d

Please sign in to comment.