rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 5 Oct 2017 23:37:03 +0000 (16:37 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 28 Nov 2017 23:51:20 +0000 (15:51 -0800)
commit215bba9f59e35e64b9936da62632b2fa3ede647c
tree699a1f29f7e1eb3b433091dee38e9ab7f3d53490
parent2342172fd6c148506456862d795c7f155baf6797
rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()

There is now only one call to rcu_eqs_enter_common() and there is no other
reason to keep it separate.  This commit therefore inlines it into its
sole call site, saving a few lines of code in the process.

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