rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 5 Oct 2017 23:56:26 +0000 (16:56 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 28 Nov 2017 23:51:21 +0000 (15:51 -0800)
commit9dd238e28640d5514bbd0ff2d425f32409981d85
tree0628b022e090ec25bf9e7364cbfecd044d9988d3
parent215bba9f59e35e64b9936da62632b2fa3ede647c
rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()

There is now only one call to rcu_eqs_exit_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