rcu: Remove rsp parameter from rcu_advance_cbs()
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:01 +0000 (16:03 -0700)
commit834f56bf54e866e8db9d09b02fb1f3c0184ec927
treedd5c8b25ba9d38e9fe1fc3c2f91fed0e4d5095b0
parentc6e09b97b9338de2b829a4005dc437e689bf903e
rcu: Remove rsp parameter from rcu_advance_cbs()

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_advance_cbs().

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