commit | a3053da26e914ab9d7fe25b03d35bbe5a2a718c0 | [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> | Thu Jun 18 15:50:02 2015 -0700 |
tree | 19f235257142972f46a3f2f8abe4acf0c44c47c4 | |
parent | 5cdcaf4f4316a264ade345ec28cb39f40c2badf7 [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>