commit | f78f5b90c4ffa559e400c3919a02236101f29f3f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 18 15:50:02 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 22 15:27:32 2015 -0700 |
tree | ded8a53b5c2bc06ab532d4b9a2e6e99a12912574 | |
parent | 46f00d18fca42cc954c2e9e99a48b6f3a7741ed7 [diff] |
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() This commit renames rcu_lockdep_assert() to RCU_LOCKDEP_WARN() for consistency with the WARN() series of macros. This also requires inverting the sense of the conditional, which this commit also does. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Ingo Molnar <mingo@kernel.org>