Re: [Patch net-next] net_sched: remove an unnecessary list_del()

2016-08-08 Thread Cong Wang
On Tue, Aug 2, 2016 at 10:30 AM, Cong Wang wrote: > This list_del() for tc action is not needed actually, > because we only use this list to chain bulk operations, > therefore should not be carried for latter operations. > > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang David, please drop thi

[Patch net-next] net_sched: remove an unnecessary list_del()

2016-08-02 Thread Cong Wang
This list_del() for tc action is not needed actually, because we only use this list to chain bulk operations, therefore should not be carried for latter operations. Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/act_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sched