OSDN Git Service

rcu: Inline rcu_kthread_do_work() into its sole remaining caller
authorPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 29 Nov 2018 01:02:44 +0000 (17:02 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:28:25 +0000 (15:28 -0800)
commitc46f497a6151d48cb341e18fdd4dff345f7d253d
tree19a4207f869bb627beeaf206ad3084454cc1094d
parentc97058d03329284068e45796df13510e5f940d8b
rcu: Inline rcu_kthread_do_work() into its sole remaining caller

The rcu_kthread_do_work() function has a single-line body and only one
remaining caller.  This commit therefore saves a few lines of code by
inlining rcu_kthread_do_work() into its sole remaining caller.

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