Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198563
b: refs/heads/master
c: 622e0ca
h: refs/heads/master
i:
  198561: ce057f3
  198559: 5924ea2
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed May 21, 2010
1 parent ffede0a commit c417326
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: 119fc60a2d20b63439fdae99f0c7022d3dd99def
refs/heads/master: 622e0ca1cd4d459f5af4f2c65f4dc0dd823cb4c3
1 change: 1 addition & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2718,6 +2718,7 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb)
*NAPI_GRO_CB(nskb) = *NAPI_GRO_CB(p);
skb_shinfo(nskb)->frag_list = p;
skb_shinfo(nskb)->gso_size = pinfo->gso_size;
pinfo->gso_size = 0;
skb_header_release(p);
nskb->prev = p;

Expand Down

0 comments on commit c417326

Please sign in to comment.