Re: [Patch net-next] net_sched: remove unused parameter from act cleanup ops

2017-12-05 Thread David Miller
From: Cong Wang Date: Tue, 5 Dec 2017 12:53:07 -0800 > No one actually uses it. > > Cc: Jiri Pirko > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang Nice cleanup, applied, thanks Cong.

[Patch net-next] net_sched: remove unused parameter from act cleanup ops

2017-12-05 Thread Cong Wang
No one actually uses it. Cc: Jiri Pirko Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- include/net/act_api.h | 2 +- net/sched/act_api.c| 2 +- net/sched/act_bpf.c| 2 +- net/sched/act_ife.c| 10 +- net/sched/act_ipt.c| 2 +- net/sched/act_mi