]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sched/cls_flower.c
netlink: pass extended ACK struct to parsing functions
[mirror_ubuntu-artful-kernel.git] / net / sched / cls_flower.c
index 9d0c99d2e9fbcc35aee5a51274cf9fe7f542a14f..3e7bd7801aa8c3a06824f817dc8980c47d1d762b 100644 (file)
@@ -848,7 +848,8 @@ static int fl_change(struct net *net, struct sk_buff *in_skb,
        if (!tb)
                return -ENOBUFS;
 
-       err = nla_parse_nested(tb, TCA_FLOWER_MAX, tca[TCA_OPTIONS], fl_policy);
+       err = nla_parse_nested(tb, TCA_FLOWER_MAX, tca[TCA_OPTIONS],
+                              fl_policy, NULL);
        if (err < 0)
                goto errout_tb;