commit | 537b85c870babacc1cf13235e92bee9de86210e0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 26 17:59:02 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 25 13:04:48 2017 -0700 |
tree | 233487a7b6a4065e6ef2c8a06b11caba245ab306 | |
parent | 9fa46fb8c9c6dfad30487fb3d905c2ff04b379b7 [diff] |
rcu: Eliminate rcu_state ->orphan_lock The ->orphan_lock is acquired and released only within the rcu_migrate_callbacks() function, which now acquires the root rcu_node structure's ->lock. This commit therefore eliminates the ->orphan_lock in favor of the root rcu_node structure's ->lock. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>