All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: move watch_queue to core-api
@ 2022-04-19  2:54 Randy Dunlap
  2022-04-20  9:38 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2022-04-19  2:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, David Howells, Jonathan Corbet, linux-doc

Move watch_queue documentation to the core-api index and
subdirectory.

Fixes: c73be61cede5 ("pipe: Add general notification queue support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---

 Documentation/core-api/index.rst             | 1 +
 Documentation/{ => core-api}/watch_queue.rst | 0
 Documentation/index.rst                      | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/{ => core-api}/watch_queue.rst (100%)

diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index 972d46a5ddf6..2bfbf7093338 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -18,6 +18,7 @@ it.
 
    kernel-api
    workqueue
+   watch_queue
    printk-basics
    printk-formats
    symbol-namespaces
diff --git a/Documentation/watch_queue.rst b/Documentation/core-api/watch_queue.rst
similarity index 100%
rename from Documentation/watch_queue.rst
rename to Documentation/core-api/watch_queue.rst
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 1988c19d9daf..617503a39200 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -169,7 +169,6 @@ to ReStructured Text format, or are simply too old.
 
    tools/index
    staging/index
-   watch_queue
 
 
 Translations
-- 
2.34.1


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

* Re: [PATCH] Documentation: move watch_queue to core-api
  2022-04-19  2:54 [PATCH] Documentation: move watch_queue to core-api Randy Dunlap
@ 2022-04-20  9:38 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-04-20  9:38 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: Randy Dunlap, David Howells, linux-doc

Randy Dunlap <rdunlap@infradead.org> writes:

> Move watch_queue documentation to the core-api index and
> subdirectory.
>
> Fixes: c73be61cede5 ("pipe: Add general notification queue support")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: David Howells <dhowells@redhat.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
>
>  Documentation/core-api/index.rst             | 1 +
>  Documentation/{ => core-api}/watch_queue.rst | 0
>  Documentation/index.rst                      | 1 -
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  rename Documentation/{ => core-api}/watch_queue.rst (100%)

Applied, thanks.

jon

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

end of thread, other threads:[~2022-04-20  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  2:54 [PATCH] Documentation: move watch_queue to core-api Randy Dunlap
2022-04-20  9:38 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.