rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Wed, 22 Mar 2023 11:42:40 +0000 (19:42 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 11 May 2023 20:48:41 +0000 (13:48 -0700)
commitbf5ddd736509a7d9077c0b6793e6f0852214dbea
tree9282c626857f459f22a244b4b6bf40a011db3b3c
parentb409afe0268faeb77267f028ea85f2d93438fced
rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()

This code-movement-only commit moves the rcu_scale_cleanup() and
rcu_scale_shutdown() functions to follow kfree_scale_cleanup().
This is code movement is in preparation for a bug-fix patch that invokes
kfree_scale_cleanup() from rcu_scale_cleanup().

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
kernel/rcu/rcuscale.c