]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Change return type of rcu_spawn_one_boost_kthread()
authorByungchul Park <byungchul.park@lge.com>
Mon, 1 Jul 2019 00:40:39 +0000 (09:40 +0900)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 1 Aug 2019 21:05:51 +0000 (14:05 -0700)
commitbebb9f2cc30c607441ecab3f20caaf9798cd6d68
tree16f6bb90e28ec466916fc4b55dda4442ec7400a6
parent665b208676d70735412f2710b2574779bf2c9330
rcu: Change return type of rcu_spawn_one_boost_kthread()

The return value of rcu_spawn_one_boost_kthread() is not used any longer.
This commit therefore changes its return type from int to void, and
removes the cast to void from its callers.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree_plugin.h