]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit073498906117698f9ffc1b191f637975b339dcf3
tree19a4207f869bb627beeaf206ad3084454cc1094d
parent3cc3c86ea85f28f071586f03805e94f54f6ce565
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