]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Remove kfree_call_rcu_nobatch()
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Fri, 30 Aug 2019 16:36:33 +0000 (12:36 -0400)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 24 Jan 2020 18:24:31 +0000 (10:24 -0800)
commit189a6883dcf7fa70e17403ae4225c60ffc9e404b
tree4548de70883a5e0c1e5d2d131699b352e81090a6
parent77a40f97030b27b3fc1640a3ed203870f0817f57
rcu: Remove kfree_call_rcu_nobatch()

Now that the kfree_rcu() special-casing has been removed from tree RCU,
this commit removes kfree_call_rcu_nobatch() since it is no longer needed.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/admin-guide/kernel-parameters.txt
include/linux/rcutiny.h
include/linux/rcutree.h
kernel/rcu/rcuperf.c
kernel/rcu/tree.c