commit | c7e48f7ba3820145d08015108ea763bd03c888e9 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 03 17:22:34 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:01 2018 -0700 |
tree | cab224288b27178fb01eed1a2155bee5c20137fe | |
parent | 834f56bf54e866e8db9d09b02fb1f3c0184ec927 [diff] |
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>