commit | 7b2e6011f150c42235c4a541d20cf6891afe878a | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Mon Oct 08 10:54:03 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Nov 08 11:50:11 2012 -0800 |
tree | a02ac239103e97847ec29183d8aaa45c385a3335 | |
parent | 489832609a1ad7189d11715d8cefb457d90182c5 [diff] |
rcu: Rename ->onofflock to ->orphan_lock The ->onofflock field in the rcu_state structure at one time synchronized CPU-hotplug operations for RCU. However, its scope has decreased over time so that it now only protects the lists of orphaned RCU callbacks. This commit therefore renames it to ->orphan_lock to reflect its current use. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>