From: Paul E. McKenney Date: Mon, 2 May 2011 08:00:18 +0000 (-0700) Subject: net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() X-Git-Tag: v3.1-rc1~300^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cefcb602012482003ca2ccc44fcba628d006e4bd;p=pandora-kernel.git net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() The RCU callback xt_rateest_free_rcu() just calls kfree(), so we can use kfree_rcu() instead of call_rcu(). This also allows us to dispense with an rcu_barrier() call, speeding up unloading of this module. Signed-off-by: Paul E. McKenney Cc: Patrick McHardy Reviewed-by: Josh Triplett --- Reading git-diff-tree failed