On Monday 02 May 2011 18:13:42 Paul E. McKenney wrote: > The RCU callback softif_neigh_free_rcu() just calls kfree(), so we can > use kfree_rcu() instead of call_rcu(). > [...] > The RCU callback neigh_node_free_rcu() just calls kfree(), so we can use > kfree_rcu() instead of call_rcu(). [...] > The RCU callback gw_node_free_rcu() just calls kfree(), so we can use > kfree_rcu() instead of call_rcu(). Thanks, I am fine with Patch 3/7, 4/7, 5/7. Acked-by: Sven Eckelmann