Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210583
b: refs/heads/master
c: 64289c8
h: refs/heads/master
i:
  210581: ce3b187
  210579: e4c6bd0
  210575: 579cad9
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Sep 8, 2010
1 parent 247ff98 commit e45766c
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: de2b96f1212722eb0af80bf9a029d03d8fc673a9
refs/heads/master: 64289c8e6851bca0e589e064c9a5c9fbd6ae5dd4
2 changes: 1 addition & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb)
} else if (skb_gro_len(p) != pinfo->gso_size)
return -E2BIG;

headroom = NET_SKB_PAD + NET_IP_ALIGN;
headroom = skb_headroom(p);
nskb = alloc_skb(headroom + skb_gro_offset(p), GFP_ATOMIC);
if (unlikely(!nskb))
return -ENOMEM;
Expand Down

0 comments on commit e45766c

Please sign in to comment.