Home
last modified time | relevance | path

Searched hist:"11 d6c461b32a3fb7e89f91ef7fa54c5446335a9c" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dflow_table.cdiff 11d6c461b32a3fb7e89f91ef7fa54c5446335a9c Tue Dec 10 05:02:03 CST 2013 Daniel Borkmann <dborkman@redhat.com> 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: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
H A Dflow_netlink.cdiff 11d6c461b32a3fb7e89f91ef7fa54c5446335a9c Tue Dec 10 05:02:03 CST 2013 Daniel Borkmann <dborkman@redhat.com> 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: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>