rcu: Remove rsp parameter from rcu_init_one() and friends
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 4 Jul 2018 00:22:34 +0000 (17:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:03:09 +0000 (16:03 -0700)
commitb8bb1f63cf9ac43fc3015449843fe1f81c1b31a6
tree59e90d8cf7d8569a795953c8c4055358ceebc913
parent53b46303da84d611cd281f74a6538d47709b06b5
rcu: Remove rsp parameter from rcu_init_one() and friends

There now is only one rcu_state structure in a given build of the
Linux kernel, so there is no need to pass it as a parameter to RCU's
functions.  This commit therefore removes the rsp parameter from
rcu_init_one() and rcu_dump_rcu_node_tree().

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