From: Paul E. McKenney Date: Mon, 2 May 2011 07:56:57 +0000 (-0700) Subject: net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree X-Git-Tag: v3.0-rc1~392^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c476f31a0fabc6e604da5b09a6590b57c3fb20;p=pandora-kernel.git net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree The RCU callback prl_entry_destroy_rcu() just calls kfree(), so we can use kfree_rcu() instead of call_rcu(). Signed-off-by: Paul E. McKenney Cc: Alexey Kuznetsov Cc: "Pekka Savola (ipv6)" Cc: James Morris Cc: Hideaki YOSHIFUJI Cc: Patrick McHardy Acked-by: David S. Miller Reviewed-by: Josh Triplett --- Reading git-diff-tree failed