Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200507
b: refs/heads/master
c: e897082
h: refs/heads/master
i:
  200505: a0a8fa2
  200503: c5bfe12
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Jun 14, 2010
1 parent c9ea545 commit 13bf62e
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: d49aba84fe775671133295658f43f4d142a517f9
refs/heads/master: e897082fe7a5b591dc4dd5599ac39081a7c8e482
1 change: 1 addition & 0 deletions trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
new->ip_summed = old->ip_summed;
skb_copy_queue_mapping(new, old);
new->priority = old->priority;
new->deliver_no_wcard = old->deliver_no_wcard;
#if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE)
new->ipvs_property = old->ipvs_property;
#endif
Expand Down

0 comments on commit 13bf62e

Please sign in to comment.