Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256138
b: refs/heads/master
c: aec2731
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 6, 2011
1 parent d6d6da6 commit d180a6b
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: dc7f9f6e8838556f226c2ebd1da7bb305cb25654
refs/heads/master: aec27311c23a8ce8eaf490762249d3ed74be83b6
2 changes: 1 addition & 1 deletion trunk/net/packet/af_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static struct sk_buff *fanout_check_defrag(struct sk_buff *skb)
return skb;

if (ip_is_fragment(ip_hdr(skb))) {
skb = skb_clone(skb, GFP_ATOMIC);
skb = skb_share_check(skb, GFP_ATOMIC);
if (skb) {
if (pskb_trim_rcsum(skb, len))
return skb;
Expand Down

0 comments on commit d180a6b

Please sign in to comment.