]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sched/sch_qfq.c
net: sched: move tc_classify function to cls_api.c
[mirror_ubuntu-artful-kernel.git] / net / sched / sch_qfq.c
index 041eba3006ccdd84e1ea1419443f1d169550ceb5..73c7ac37b57000f18091bbf1f5054143daa7e2fa 100644 (file)
@@ -720,7 +720,7 @@ static struct qfq_class *qfq_classify(struct sk_buff *skb, struct Qdisc *sch,
 
        *qerr = NET_XMIT_SUCCESS | __NET_XMIT_BYPASS;
        fl = rcu_dereference_bh(q->filter_list);
-       result = tc_classify(skb, fl, &res, false);
+       result = tcf_classify(skb, fl, &res, false);
        if (result >= 0) {
 #ifdef CONFIG_NET_CLS_ACT
                switch (result) {