Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340543
b: refs/heads/master
c: ecd5cf5
h: refs/heads/master
i:
  340541: 2b10aab
  340539: 42ac944
  340535: 8aedd61
  340527: 618c5aa
  340511: 5f3992f
  340479: 9548235
v: v3
  • Loading branch information
Willem de Bruijn authored and David S. Miller committed Oct 31, 2012
1 parent ae7a804 commit bac38be
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: 9add4d8174907c9977ad29cf6e71460829ec954e
refs/heads/master: ecd5cf5dc5b07bc57aedf4c92453d6c343e3d840
2 changes: 1 addition & 1 deletion trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ extern unsigned int skb_find_text(struct sk_buff *skb, unsigned int from,
extern void __skb_get_rxhash(struct sk_buff *skb);
static inline __u32 skb_get_rxhash(struct sk_buff *skb)
{
if (!skb->rxhash)
if (!skb->l4_rxhash)
__skb_get_rxhash(skb);

return skb->rxhash;
Expand Down

0 comments on commit bac38be

Please sign in to comment.