Re: [PATCH net-next 09/13] net: sched: extend tcf_block with rcu
From: Cong Wang <hidden> Date: 2018-09-08 00:34:40
On Thu, Sep 6, 2018 at 12:59 AM Vlad Buslov [off-list ref] wrote:
Extend tcf_block with rcu to allow safe deallocation when it is accessed
concurrently.
This sucks, please fold this patch into where you call rcu_read_lock()
on tcf block.
This patch _alone_ is apparently not complete. This is not how
we split patches.