Skip to content

Commit e7d420a

Browse files
Zenghui Yuurezki
authored andcommitted
doc: Remove references to arrayRCU.rst
arrayRCU.rst has been removed since commit ef2555c ("doc: Remove arrayRCU.rst") but is still referenced by whatisRCU.rst. Update it to reflect the current state of the documentation. Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
1 parent 39cd87c commit e7d420a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/RCU/whatisRCU.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ their assorted primitives.
427427

428428
This section shows a simple use of the core RCU API to protect a
429429
global pointer to a dynamically allocated structure. More-typical
430-
uses of RCU may be found in listRCU.rst, arrayRCU.rst, and NMI-RCU.rst.
430+
uses of RCU may be found in listRCU.rst and NMI-RCU.rst.
431431
::
432432

433433
struct foo {
@@ -510,8 +510,8 @@ So, to sum up:
510510
data item.
511511

512512
See checklist.rst for additional rules to follow when using RCU.
513-
And again, more-typical uses of RCU may be found in listRCU.rst,
514-
arrayRCU.rst, and NMI-RCU.rst.
513+
And again, more-typical uses of RCU may be found in listRCU.rst
514+
and NMI-RCU.rst.
515515

516516
.. _4_whatisRCU:
517517

0 commit comments

Comments
 (0)