]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Rename ->onofflock to ->orphan_lock
authorPaul E. McKenney <paul.mckenney@linaro.org>
Mon, 8 Oct 2012 17:54:03 +0000 (10:54 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Nov 2012 19:50:11 +0000 (11:50 -0800)
commit09f33f66e7f65737b5a569aa03032450ebd1acf6
treea02ac239103e97847ec29183d8aaa45c385a3335
parentb36517baef209cb71fa19c985b8a08248d87aa60
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>
kernel/rcutree.c
kernel/rcutree.h
kernel/rcutree_plugin.h