Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256155
b: refs/heads/master
c: 31817df
h: refs/heads/master
i:
  256153: b7cd45a
  256151: 9c3e4ad
v: v3
  • Loading branch information
David S. Miller committed Jul 7, 2011
1 parent e6114dc commit b160a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: afe62c68cd3562c5f8e3ea293e82906dd5a87936
refs/heads/master: 31817df025e24559a01d33ddd68bd11b21bf9d7b
2 changes: 2 additions & 0 deletions trunk/net/packet/af_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ static struct sock *fanout_demux_cpu(struct packet_fanout *f, struct sk_buff *sk

static struct sk_buff *fanout_check_defrag(struct sk_buff *skb)
{
#ifdef CONFIG_INET
const struct iphdr *iph;
u32 len;

Expand Down Expand Up @@ -486,6 +487,7 @@ static struct sk_buff *fanout_check_defrag(struct sk_buff *skb)
skb->rxhash = 0;
}
}
#endif
return skb;
}

Expand Down

0 comments on commit b160a9e

Please sign in to comment.