From: Paul E. McKenney Date: Mon, 8 Oct 2012 17:54:03 +0000 (-0700) Subject: rcu: Rename ->onofflock to ->orphan_lock X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^6~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2e6011f150c42235c4a541d20cf6891afe878a;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed