]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
rcu: Fix comment for rcu_dereference_raw_notrace
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 2 Nov 2015 02:21:47 +0000 (13:21 +1100)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Dec 2015 01:01:32 +0000 (17:01 -0800)
rcu_dereference_raw() calls indirectly rcu_read_lock_held() while
rcu_dereference_raw_notrace() does not so fix the comment about the latter.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h

index f2b667df113142cee630742a9384d0c4e0aee86e..85aabcd8b56478f29aa51867dbb84ee3aa8e22bc 100644 (file)
@@ -741,7 +741,7 @@ static inline void rcu_preempt_sleep_check(void)
  * The tracing infrastructure traces RCU (we want that), but unfortunately
  * some of the RCU checks causes tracing to lock up the system.
  *
- * The tracing version of rcu_dereference_raw() must not call
+ * The no-tracing version of rcu_dereference_raw() must not call
  * rcu_read_lock_held().
  */
 #define rcu_dereference_raw_notrace(p) __rcu_dereference_check((p), 1, __rcu)