diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-18 18:50:02 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-22 18:27:32 -0400 |
commit | f78f5b90c4ffa559e400c3919a02236101f29f3f (patch) | |
tree | ded8a53b5c2bc06ab532d4b9a2e6e99a12912574 /Documentation/RCU/whatisRCU.txt | |
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>
Diffstat (limited to 'Documentation/RCU/whatisRCU.txt')
-rw-r--r-- | Documentation/RCU/whatisRCU.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index 5746b0c77f3e..adc2184009c5 100644 --- a/Documentation/RCU/whatisRCU.txt +++ b/Documentation/RCU/whatisRCU.txt | |||
@@ -883,7 +883,7 @@ All: lockdep-checked RCU-protected pointer access | |||
883 | 883 | ||
884 | rcu_access_pointer | 884 | rcu_access_pointer |
885 | rcu_dereference_raw | 885 | rcu_dereference_raw |
886 | rcu_lockdep_assert | 886 | RCU_LOCKDEP_WARN |
887 | rcu_sleep_check | 887 | rcu_sleep_check |
888 | RCU_NONIDLE | 888 | RCU_NONIDLE |
889 | 889 | ||