X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsched%2Fsch_fq_codel.c;h=4c834e93dafbe27bea51435113552819f7496d5b;hb=0c8e2f2c7b86c29775379f716f7db07516fcbcbf;hp=a9ba030435a2a5c2ca4bea21d62c6d631c6168f4;hpb=ef5f5de069bd9081a7ddf6998269b58fc65e27ef;p=karo-tx-linux.git diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c index a9ba030435a2..4c834e93dafb 100644 --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c @@ -92,7 +92,7 @@ static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, return fq_codel_hash(q, skb) + 1; *qerr = NET_XMIT_SUCCESS | __NET_XMIT_BYPASS; - result = tc_classify(skb, filter, &res); + result = tc_classify(skb, filter, &res, false); if (result >= 0) { #ifdef CONFIG_NET_CLS_ACT switch (result) {