From: Lai Jiangshan Date: Fri, 18 Mar 2011 03:44:08 +0000 (+0800) Subject: net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() X-Git-Tag: v3.0-rc1~392^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ea299d3f1941f8c3dbc1fe031d682f8ad45005;p=pandora-kernel.git net,rcu: convert call_rcu(ip_mc_list_reclaim) to kfree_rcu() The rcu callback ip_mc_list_reclaim() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(ip_mc_list_reclaim). Signed-off-by: Lai Jiangshan Acked-by: David S. Miller Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed