Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()
The rcu callback __put_tree() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(__put_tree). Signed-off-by: Lai Jiangshan <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Cc: Al Viro <[email protected]> Cc: Eric Paris <[email protected]> Reviewed-by: Josh Triplett <[email protected]>
- Loading branch information