diff options
Diffstat (limited to 'net/sched/act_gact.c')
| -rw-r--r-- | net/sched/act_gact.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sched/act_gact.c b/net/sched/act_gact.c index 05d60859d8e..fd2b3cff5fa 100644 --- a/net/sched/act_gact.c +++ b/net/sched/act_gact.c @@ -58,8 +58,9 @@ static const struct nla_policy gact_policy[TCA_GACT_MAX + 1] = {  	[TCA_GACT_PROB]		= { .len = sizeof(struct tc_gact_p) },  }; -static int tcf_gact_init(struct nlattr *nla, struct nlattr *est, -			 struct tc_action *a, int ovr, int bind) +static int tcf_gact_init(struct net *net, struct nlattr *nla, +			 struct nlattr *est, struct tc_action *a, +			 int ovr, int bind)  {  	struct nlattr *tb[TCA_GACT_MAX + 1];  	struct tc_gact *parm;  |