Re: [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: convert call_rcu(neigh_node_free_rcu) to kfree()

2011-05-20 Thread Sven Eckelmann
Sven Eckelmann wrote: From: Paul E. McKenney paul...@linux.vnet.ibm.com The RCU callback neigh_node_free_rcu() just calls kfree(), so we can use kfree_rcu() instead of call_rcu(). Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com Cc: Marek Lindner lindner_ma...@yahoo.de Cc:

[B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: convert call_rcu(neigh_node_free_rcu) to kfree()

2011-05-10 Thread Sven Eckelmann
From: Paul E. McKenney paul...@linux.vnet.ibm.com The RCU callback neigh_node_free_rcu() just calls kfree(), so we can use kfree_rcu() instead of call_rcu(). Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com Cc: Marek Lindner lindner_ma...@yahoo.de Cc: Simon Wunderlich