Re: [Patch net v4 2/7] net_sched: remove an unnecessary list_del()
From: Jamal Hadi Salim <jhs@mojatatu.com> Date: 2016-08-14 11:01:48
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 <jhs@mojatatu.com>
Signed-off-by: Cong Wang <redacted>
acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
cheers,
jamal