OSDN Git Service

rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()
authorPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 29 Nov 2018 00:57:54 +0000 (16:57 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:28:24 +0000 (15:28 -0800)
commitcd920e5a34abea837418691d366472311e7b9147
tree3f6ebb87174919562a3f08a8301f52c959d2e4c9
parent1de462ed85062df2ab6939eeee1625e767052907
rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()

Given that rcu_force_quiescent_state() is a simple wrapper around
force_quiescent_state(), this commit saves a few lines of code by
inlining force_quiescent_state() into rcu_force_quiescent_state(),
and changing all references to force_quiescent_state() to instead
invoke rcu_force_quiescent_state().

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