From: Wei Yongjun Date: Sun, 26 Aug 2012 18:20:45 +0000 (+0000) Subject: openvswitch: using kfree_rcu() to simplify the code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f0fd8a7f18af78dd26bf94230e89c3ae82d4ba;p=pandora-kernel.git openvswitch: using kfree_rcu() to simplify the code The callback function of call_rcu() just calls a kfree(), so we can use kfree_rcu() instead of call_rcu() + callback function. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Acked-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed