From: Paul E. McKenney Date: Fri, 25 May 2012 21:25:58 +0000 (-0700) Subject: rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offset X-Git-Tag: v3.6-rc1~168^2^2~2^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f5c693d03530eb15c5354f758b789189b98c37;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett --- Reading git-diff-tree failed