From: Lai Jiangshan Date: Tue, 15 Mar 2011 09:59:14 +0000 (+0800) Subject: net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu() X-Git-Tag: v3.0-rc1~392^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f57d1a4b4c13db92c7f6300a4e4ae70ff94d2b;p=pandora-kernel.git net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu() The rcu callback in6_dev_finish_destroy_rcu() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(in6_dev_finish_destroy_rcu). 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