Searched hist:"11 d6c461b32a3fb7e89f91ef7fa54c5446335a9c" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | diff 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 D | flow_netlink.c | diff 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>
|