commit | a76a9a485d730024a7cbd76efcd9c6eb46003829 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 30 08:17:40 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 22 15:27:33 2015 -0700 |
tree | 356c3e8f06894f64c6917e434d6345cb2fe547c3 | |
parent | f78f5b90c4ffa559e400c3919a02236101f29f3f [diff] |
rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks() The RCU_LOCKDEP_WARN() in synchronize_rcu_tasks() triggers if the scheduler is active, which is backwards. This commit therefore negates the test. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>