Skip to content
Commit 11d6c461 authored by Daniel Borkmann's avatar Daniel Borkmann Committed by Jesse Gross
Browse files

net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}



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: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent e298e505
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment