Re: [Patch net v4 2/7] net_sched: remove an unnecessary list_del()

2016-08-14 Thread Jamal Hadi Salim
On 16-08-14 01:34 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. Fixes: ec0595cc4495 ("net_sched: get rid of struct tcf_common") Cc: Jamal Hadi Salim Signed

[Patch net v4 2/7] net_sched: remove an unnecessary list_del()

2016-08-14 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. Fixes: ec0595cc4495 ("net_sched: get rid of struct tcf_common") Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/act_ap