Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278792
b: refs/heads/master
c: 3a53943
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 14, 2011
1 parent b59cdaa commit 531dc3c
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: fcdf95cb293603acdff910715c8aa2b19ed29df4
refs/heads/master: 3a53943b5ae8b61913e2d61e98cbeedf67861c92
2 changes: 1 addition & 1 deletion trunk/net/sched/cls_flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp,
int r;

list_for_each_entry(f, &head->filters, list) {
u32 keys[f->nkeys];
u32 keys[FLOW_KEY_MAX + 1];
struct flow_keys flow_keys;

if (!tcf_em_tree_match(skb, &f->ematches, NULL))
Expand Down

0 comments on commit 531dc3c

Please sign in to comment.