]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/sched/sch_codel.c
netlink: pass extended ACK struct to parsing functions
[mirror_ubuntu-hirsute-kernel.git] / net / sched / sch_codel.c
index 5bfa79ee657cf3674d2b6204aee80f63207b84f9..c518a1efcb9d3bd98d1de0d921bd250ed46bc69c 100644 (file)
@@ -140,7 +140,7 @@ static int codel_change(struct Qdisc *sch, struct nlattr *opt)
        if (!opt)
                return -EINVAL;
 
-       err = nla_parse_nested(tb, TCA_CODEL_MAX, opt, codel_policy);
+       err = nla_parse_nested(tb, TCA_CODEL_MAX, opt, codel_policy, NULL);
        if (err < 0)
                return err;