net/sched: prepare TC actions to properly validate the control action
[linux-2.6-block.git] / net / sched / act_pedit.c
index a80373878df769d180a6c34a9c6fdda4e846efd8..8ca82aefa11a967c65f260dc5a62f6db8d89d2e6 100644 (file)
@@ -138,7 +138,7 @@ nla_failure:
 static int tcf_pedit_init(struct net *net, struct nlattr *nla,
                          struct nlattr *est, struct tc_action **a,
                          int ovr, int bind, bool rtnl_held,
-                         struct netlink_ext_ack *extack)
+                         struct tcf_proto *tp, struct netlink_ext_ack *extack)
 {
        struct tc_action_net *tn = net_generic(net, pedit_net_id);
        struct nlattr *tb[TCA_PEDIT_MAX + 1];