rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 25 May 2012 21:25:58 +0000 (14:25 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2012 19:34:24 +0000 (12:34 -0700)
commit28f5c693d03530eb15c5354f758b789189b98c37
tree91f226e7afdceb3d62ba51505883dc260619c99e
parent2a3fa843b555d202e682bf08c65ee1a4a93c79cf
rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset

Commit d8169d4c (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>
include/linux/rcupdate.h