[ovs-dev] [PATCH net-next] net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb, acts_callback}

Jesse Gross jesse at nicira.com
Tue Dec 10 21:18:40 UTC 2013


On Tue, Dec 10, 2013 at 3:02 AM, Daniel Borkmann <dborkman at redhat.com> wrote:
> As we're only doing a kfree() anyway in the RCU callback, we can
> simply use kfree_rcu, which does the same job, and remove the
> function rcu_free_sw_flow_mask_cb() and rcu_free_acts_callback().
>
> Signed-off-by: Daniel Borkmann <dborkman at redhat.com>

Applied, thanks.



More information about the dev mailing list