rcu: Remove rsp parameter from note_gp_changes()
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:02 +0000 (16:03 -0700)
commit15cabdffbbf629f2588612f092bdb37dfa16cc79
tree402ea7abe28acf1e62d1de1ea3b420077195131e
parentc7e48f7ba3820145d08015108ea763bd03c888e9
rcu: Remove rsp parameter from note_gp_changes()

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

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