Skip to content

Commit d7424e2

Browse files
joelagnelpaulmckrcu
authored andcommitted
Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"
This restores docs back in ReST format. 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 76e771d commit d7424e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RCU/Design/Requirements/Requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ Tracing and RCU
19971997
~~~~~~~~~~~~~~~
19981998

19991999
It is possible to use tracing on RCU code, but tracing itself uses RCU.
2000-
For this reason, ``rcu_dereference_raw_notrace()`` is provided for use
2000+
For this reason, ``rcu_dereference_raw_check()`` is provided for use
20012001
by tracing, which avoids the destructive recursion that could otherwise
20022002
ensue. This API is also used by virtualization in some architectures,
20032003
where RCU readers execute in environments in which tracing cannot be

0 commit comments

Comments
 (0)