]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sched/sch_multiq.c
net: sched: sch: add extack for block callback
[thirdparty/kernel/stable.git] / net / sched / sch_multiq.c
index a8db1dbeb04fb5cf9c2e11e0487cb124e555de40..4bcbd3636606797e9b23d66bdcdbd811ded78835 100644 (file)
@@ -371,7 +371,8 @@ static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg)
        }
 }
 
-static struct tcf_block *multiq_tcf_block(struct Qdisc *sch, unsigned long cl)
+static struct tcf_block *multiq_tcf_block(struct Qdisc *sch, unsigned long cl,
+                                         struct netlink_ext_ack *extack)
 {
        struct multiq_sched_data *q = qdisc_priv(sch);