rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 18 Jun 2015 22:50:02 +0000 (15:50 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 Jul 2015 22:27:32 +0000 (15:27 -0700)
commitf78f5b90c4ffa559e400c3919a02236101f29f3f
treeded8a53b5c2bc06ab532d4b9a2e6e99a12912574
parent46f00d18fca42cc954c2e9e99a48b6f3a7741ed7
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>
16 files changed:
Documentation/RCU/whatisRCU.txt
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/traps.c
drivers/base/power/opp.c
include/linux/fdtable.h
include/linux/rcupdate.h
kernel/cgroup.c
kernel/pid.c
kernel/rcu/srcu.c
kernel/rcu/tiny.c
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h
kernel/rcu/update.c
kernel/sched/core.c
kernel/workqueue.c
security/device_cgroup.c