Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64608
b: refs/heads/master
c: dbaaa07
h: refs/heads/master
v: v3
  • Loading branch information
Lucas Nussbaum authored and David S. Miller committed Aug 31, 2007
1 parent f781d15 commit aea99f2
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: b4a488d1824a2cc3514f9ee1298d805bd5edc893
refs/heads/master: dbaaa07a60edf71670b484a65e14400ab40c84f7
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_prio.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ prio_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr)
if (TC_H_MAJ(skb->priority) != sch->handle) {
err = tc_classify(skb, q->filter_list, &res);
#ifdef CONFIG_NET_CLS_ACT
switch (tc_classify(skb, q->filter_list, &res)) {
switch (err) {
case TC_ACT_STOLEN:
case TC_ACT_QUEUED:
*qerr = NET_XMIT_SUCCESS;
Expand Down

0 comments on commit aea99f2

Please sign in to comment.