X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsched%2Fsch_sfq.c;h=3abab534eb5cd3646ea476b77433b10215602099;hb=e81b594cdae73f341ea13bc9fb2b57a5b739c1a3;hp=52f75a5473e120f8d0a02a2ff1c0215ff02437b5;hpb=f74741615368af1b8401be4b7a6f0b9ccbc2420a;p=karo-tx-linux.git diff --git a/net/sched/sch_sfq.c b/net/sched/sch_sfq.c index 52f75a5473e1..3abab534eb5c 100644 --- a/net/sched/sch_sfq.c +++ b/net/sched/sch_sfq.c @@ -179,7 +179,7 @@ static unsigned int sfq_classify(struct sk_buff *skb, struct Qdisc *sch, return sfq_hash(q, skb) + 1; *qerr = NET_XMIT_SUCCESS | __NET_XMIT_BYPASS; - result = tc_classify(skb, fl, &res); + result = tc_classify(skb, fl, &res, false); if (result >= 0) { #ifdef CONFIG_NET_CLS_ACT switch (result) {