rcu: Remove rsp parameter from rcu_report_qs_rnp()
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:51 +0000 (16:02 -0700)
commitb50912d0b5e03f11004fec1e2b50244de9e2fa41
treea96bb181701ca8a9ad7b5f8a3e3ac905aeca5af5
parent2280ee5a7d3efca0dbb2c241029b6c63bec50a6b
rcu: Remove rsp parameter from rcu_report_qs_rnp()

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

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