Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset
Commit d8169d4 (Make __kfree_rcu() less dependent on compiler choices) added cpp macro versions of __kfree_rcu() and __is_kfree_rcu_offset(), but failed to remove the old inline-function versions. This commit does this cleanup. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
- Loading branch information