Skip to content

Commit c07e6f3

Browse files
joelagnelpaulmckrcu
authored andcommitted
Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
This reverts docs from commit 355e997. Signed-off-by: Joel Fernandes (Google) <[email protected]> [ paulmck: Added Joel's SoB per Stephen Rothwell feedback. ] [ paulmck: Joel approved via private email. ] Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 97df75c commit c07e6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RCU/Design/Requirements/Requirements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ <h3><a name="Tracing and RCU">Tracing and RCU</a></h3>
25122512
<p>
25132513
It is possible to use tracing on RCU code, but tracing itself
25142514
uses RCU.
2515-
For this reason, <tt>rcu_dereference_raw_check()</tt>
2515+
For this reason, <tt>rcu_dereference_raw_notrace()</tt>
25162516
is provided for use by tracing, which avoids the destructive
25172517
recursion that could otherwise ensue.
25182518
This API is also used by virtualization in some architectures,

0 commit comments

Comments
 (0)