]> git.baikalelectronics.ru Git - kernel.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)
commit18be68288b9db5287ab20b9f131f071ae174e7c8
tree4548de70883a5e0c1e5d2d131699b352e81090a6
parent81f9913bea5e872b0522b24342e8430cc2e6a0aa
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