Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322794
b: refs/heads/master
c: bdfc87f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 12, 2012
1 parent c6626bd commit 353a798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b48d6f8bed430922f78f648d1f73f7c1591e472c
refs/heads/master: bdfc87f7d1e253e0a61e2fc6a75ea9d76f7fc03a
5 changes: 3 additions & 2 deletions trunk/net/sched/sch_cbq.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,11 @@ cbq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr)
else if ((cl = defmap[res.classid & TC_PRIO_MAX]) == NULL)
cl = defmap[TC_PRIO_BESTEFFORT];

if (cl == NULL || cl->level >= head->level)
if (cl == NULL)
goto fallback;
}

if (cl->level >= head->level)
goto fallback;
#ifdef CONFIG_NET_CLS_ACT
switch (result) {
case TC_ACT_QUEUED:
Expand Down

0 comments on commit 353a798

Please sign in to comment.