]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sched/sch_fq_codel.c
netlink: pass extended ACK struct to parsing functions
[thirdparty/kernel/stable.git] / net / sched / sch_fq_codel.c
index 097bbe9857a55f9ce3b41d07a834c197639469d1..18bbb5476c836128dae1779c7b493cbb5c485e14 100644 (file)
@@ -383,7 +383,8 @@ static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt)
        if (!opt)
                return -EINVAL;
 
-       err = nla_parse_nested(tb, TCA_FQ_CODEL_MAX, opt, fq_codel_policy);
+       err = nla_parse_nested(tb, TCA_FQ_CODEL_MAX, opt, fq_codel_policy,
+                              NULL);
        if (err < 0)
                return err;
        if (tb[TCA_FQ_CODEL_FLOWS]) {