Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349655
b: refs/heads/master
c: 92df9b2
h: refs/heads/master
i:
  349653: 164fcc0
  349651: 6da1900
  349647: 8cdae19
v: v3
  • Loading branch information
Pravin B Shelar authored and David S. Miller committed Feb 3, 2013
1 parent 5188c45 commit e5252dc
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: 2e5f421211ff76c17130b4597bc06df4eeead24f
refs/heads/master: 92df9b217ee2392024483ba5b85a88d92d60f3c1
2 changes: 1 addition & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
new->network_header = old->network_header;
new->mac_header = old->mac_header;
new->inner_transport_header = old->inner_transport_header;
new->inner_network_header = old->inner_transport_header;
new->inner_network_header = old->inner_network_header;
skb_dst_copy(new, old);
new->rxhash = old->rxhash;
new->ooo_okay = old->ooo_okay;
Expand Down

0 comments on commit e5252dc

Please sign in to comment.