linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: Remove references to arrayRCU.rst
@ 2024-02-16 15:44 Zenghui Yu
  2024-02-16 16:53 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2024-02-16 15:44 UTC (permalink / raw)
  To: rcu, linux-doc
  Cc: paulmck, frederic, quic_neeraju, joel, josh, boqun.feng, rostedt,
	mathieu.desnoyers, jiangshanlai, qiang.zhang1211, corbet,
	linux-kernel, Zenghui Yu

arrayRCU.rst has been removed since commit ef2555cf68c3 ("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>
---
 Documentation/RCU/whatisRCU.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
index 60ce02475142..dce1678ec1f8 100644
--- a/Documentation/RCU/whatisRCU.rst
+++ b/Documentation/RCU/whatisRCU.rst
@@ -416,7 +416,7 @@ their assorted primitives.
 
 This section shows a simple use of the core RCU API to protect a
 global pointer to a dynamically allocated structure.  More-typical
-uses of RCU may be found in listRCU.rst, arrayRCU.rst, and NMI-RCU.rst.
+uses of RCU may be found in listRCU.rst and NMI-RCU.rst.
 ::
 
 	struct foo {
@@ -499,8 +499,8 @@ So, to sum up:
 	data item.
 
 See checklist.rst for additional rules to follow when using RCU.
-And again, more-typical uses of RCU may be found in listRCU.rst,
-arrayRCU.rst, and NMI-RCU.rst.
+And again, more-typical uses of RCU may be found in listRCU.rst
+and NMI-RCU.rst.
 
 .. _4_whatisRCU:
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Remove references to arrayRCU.rst
  2024-02-16 15:44 [PATCH] doc: Remove references to arrayRCU.rst Zenghui Yu
@ 2024-02-16 16:53 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2024-02-16 16:53 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: rcu, linux-doc, frederic, quic_neeraju, joel, josh, boqun.feng,
	rostedt, mathieu.desnoyers, jiangshanlai, qiang.zhang1211, corbet,
	linux-kernel

On Fri, Feb 16, 2024 at 11:44:55PM +0800, Zenghui Yu wrote:
> arrayRCU.rst has been removed since commit ef2555cf68c3 ("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>

Good catch!  Queued for the v6.10 merge window, thank you!

							Thanx, Paul

> ---
>  Documentation/RCU/whatisRCU.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
> index 60ce02475142..dce1678ec1f8 100644
> --- a/Documentation/RCU/whatisRCU.rst
> +++ b/Documentation/RCU/whatisRCU.rst
> @@ -416,7 +416,7 @@ their assorted primitives.
>  
>  This section shows a simple use of the core RCU API to protect a
>  global pointer to a dynamically allocated structure.  More-typical
> -uses of RCU may be found in listRCU.rst, arrayRCU.rst, and NMI-RCU.rst.
> +uses of RCU may be found in listRCU.rst and NMI-RCU.rst.
>  ::
>  
>  	struct foo {
> @@ -499,8 +499,8 @@ So, to sum up:
>  	data item.
>  
>  See checklist.rst for additional rules to follow when using RCU.
> -And again, more-typical uses of RCU may be found in listRCU.rst,
> -arrayRCU.rst, and NMI-RCU.rst.
> +And again, more-typical uses of RCU may be found in listRCU.rst
> +and NMI-RCU.rst.
>  
>  .. _4_whatisRCU:
>  
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-16 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-16 15:44 [PATCH] doc: Remove references to arrayRCU.rst Zenghui Yu
2024-02-16 16:53 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).