Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batman,rcu: convert call_rcu(neigh_node_free_rcu) to kfree()
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 <[email protected]> Cc: Marek Lindner <[email protected]> Cc: Simon Wunderlich <[email protected]> Acked-by: David S. Miller <[email protected]> Reviewed-by: Josh Triplett <[email protected]> Acked-by: Sven Eckelmann <[email protected]>
- Loading branch information