rcu: Remove rsp parameter from __call_rcu() and friend
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:07 +0000 (16:03 -0700)
commit5c7d89676bc51966ea7882703d15795587e7108c
treece728fd8145a50e75b19230c3e814d5a88bf77a5
parentb049fdf8e3b986c2695642fa2d2ceeec55245fb1
rcu: Remove rsp parameter from __call_rcu() and friend

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
__call_rcu_core() and __call_rcu().

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