Revert "net: sched: act: add extack for lookup callback"
This reverts commit 331a9295de
("net: sched: act: add extack for lookup callback").
This extack is never used after 6 months... In fact, it can be just
set in the caller, right after ->lookup().
Cc: Alexander Aring <aring@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

zatwierdzone przez
David S. Miller

rodzic
fd3c040b24
commit
f061b48c17
@@ -312,8 +312,7 @@ nla_put_failure:
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int tcf_police_search(struct net *net, struct tc_action **a, u32 index,
|
||||
struct netlink_ext_ack *extack)
|
||||
static int tcf_police_search(struct net *net, struct tc_action **a, u32 index)
|
||||
{
|
||||
struct tc_action_net *tn = net_generic(net, police_net_id);
|
||||
|
||||
|
Reference in New Issue
Block a user