]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sched/sch_hfsc.c
net: sched: sch: add extack for block callback
[thirdparty/kernel/stable.git] / net / sched / sch_hfsc.c
index 11410b0e40681911ee55162f6c938d1d916fa9fd..961668d657a087bdf79aef5b7e0be07da40a65ef 100644 (file)
@@ -1247,7 +1247,8 @@ hfsc_unbind_tcf(struct Qdisc *sch, unsigned long arg)
        cl->filter_cnt--;
 }
 
-static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg)
+static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg,
+                                       struct netlink_ext_ack *extack)
 {
        struct hfsc_sched *q = qdisc_priv(sch);
        struct hfsc_class *cl = (struct hfsc_class *)arg;