]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Thu, 1 Aug 2019 21:39:17 +0000 (17:39 -0400)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 29 Oct 2019 09:46:55 +0000 (02:46 -0700)
This reverts docs from commit 355e9972da81e803bbb825b76106ae9b358caf8e.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
[ paulmck: Added Joel's SoB per Stephen Rothwell feedback. ]
[ paulmck: Joel approved via private email. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/Design/Requirements/Requirements.html

index bdbc84f1b949adfe81d1a12474de4b8adcb7cc88..5a9238a2883c6a689fb9c271afd815189369d74e 100644 (file)
@@ -2512,7 +2512,7 @@ disabled across the entire RCU read-side critical section.
 <p>
 It is possible to use tracing on RCU code, but tracing itself
 uses RCU.
-For this reason, <tt>rcu_dereference_raw_check()</tt>
+For this reason, <tt>rcu_dereference_raw_notrace()</tt>
 is provided for use by tracing, which avoids the destructive
 recursion that could otherwise ensue.
 This API is also used by virtualization in some architectures,