From: Daniel Borkmann Date: Tue, 10 Dec 2013 11:02:03 +0000 (+0100) Subject: net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback} X-Git-Tag: v3.14-rc1~94^2~265^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d6c461b32a3fb7e89f91ef7fa54c5446335a9c;p=pandora-kernel.git 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 Signed-off-by: Jesse Gross --- Reading git-diff-tree failed