]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sched/cls_matchall.c
netlink: pass extended ACK struct to parsing functions
[thirdparty/kernel/stable.git] / net / sched / cls_matchall.c
index 224eb2c143462a39f3a05e78203344e44e6eb578..0dbcca62aa6a78ec99302fd79fdee26b2cd4a8d4 100644 (file)
@@ -161,8 +161,8 @@ static int mall_change(struct net *net, struct sk_buff *in_skb,
        if (head)
                return -EEXIST;
 
-       err = nla_parse_nested(tb, TCA_MATCHALL_MAX,
-                              tca[TCA_OPTIONS], mall_policy);
+       err = nla_parse_nested(tb, TCA_MATCHALL_MAX, tca[TCA_OPTIONS],
+                              mall_policy, NULL);
        if (err < 0)
                return err;