commit | 834f56bf54e866e8db9d09b02fb1f3c0184ec927 | [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 | dd5c8b25ba9d38e9fe1fc3c2f91fed0e4d5095b0 | |
parent | c6e09b97b9338de2b829a4005dc437e689bf903e [diff] |
rcu: Remove rsp parameter from rcu_advance_cbs() 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_advance_cbs(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>