Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Update rcu_dereference.rst reference

Changeset b00aedf978aa ("doc: Convert to rcu_dereference.txt to rcu_dereference.rst")
renamed: Documentation/RCU/rcu_dereference.txt
to: Documentation/RCU/rcu_dereference.rst.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Paul E. McKenney
ba46b21b a38fd874

+1 -1
+1 -1
tools/memory-model/Documentation/glossary.txt
··· 19 19 from the value returned by the rcu_dereference() on line 2, the 20 20 address dependency extends from that rcu_dereference() to that 21 21 "p->a". In rare cases, optimizing compilers can destroy address 22 - dependencies. Please see Documentation/RCU/rcu_dereference.txt 22 + dependencies. Please see Documentation/RCU/rcu_dereference.rst 23 23 for more information. 24 24 25 25 See also "Control Dependency" and "Data Dependency".