]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sched/sch_sfb.c
net: sched: consolidate tc_classify{,_compat}
[karo-tx-linux.git] / net / sched / sch_sfb.c
index dcdff5c769a1c28e6ea476ce822c8fbe74f9fc53..5bbb6332ec5746dd1f33a04f4e22bcde5eb787c0 100644 (file)
@@ -258,7 +258,7 @@ static bool sfb_classify(struct sk_buff *skb, struct tcf_proto *fl,
        struct tcf_result res;
        int result;
 
-       result = tc_classify(skb, fl, &res);
+       result = tc_classify(skb, fl, &res, false);
        if (result >= 0) {
 #ifdef CONFIG_NET_CLS_ACT
                switch (result) {