rcu: Remove rsp parameter from rcu_future_gp_cleanup()
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:02:59 +0000 (16:02 -0700)
commit3481f2eab09563456bbc7cb358ad5d151a509064
tree18449ea73dc0cb1e8c75cb6955025b9ef7175775
parentea12ff2b7d97607bb69b50ccc30d3819b44ffb2b
rcu: Remove rsp parameter from rcu_future_gp_cleanup()

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

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