net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 May 2011 07:56:57 +0000 (00:56 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 8 May 2011 05:51:15 +0000 (22:51 -0700)
commit11c476f31a0fabc6e604da5b09a6590b57c3fb20
tree91d59b3918d3567b136bdd690ca96d132a2425b9
parent8e3572cff70ee19a0a1f2e2dde0bca0b7c8b54dc
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 <paulmck@linux.vnet.ibm.com>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
Cc: James Morris <jmorris@namei.org>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: Patrick McHardy <kaber@trash.net>
Acked-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
net/ipv6/sit.c