rcu: Move expedited code from tree.c to tree_exp.h
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 15 Apr 2016 23:35:29 +0000 (16:35 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 14 Jun 2016 23:01:41 +0000 (16:01 -0700)
commit3549c2bc2c4ea8ecfeb9d21cb81cb00c6002b011
tree78d1e1e5af82cead573006d62a59cc2a0bfc1912
parentd3acab65f274800dd0901f0816f8bca9f2a8c8ec
rcu: Move expedited code from tree.c to tree_exp.h

People have been having some difficulty finding their way around the
RCU code.  This commit therefore pulls some of the expedited grace-period
code from tree.c to a new tree_exp.h file.  This commit is strictly code
movement, with the exception of a forward declaration that was added
for the sync_sched_exp_online_cleanup() function.

A subsequent commit will move the remaining expedited grace-period code
from tree_plugin.h to tree_exp.h.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_exp.h [new file with mode: 0644]