[PATCH] Documentation: move watch_queue to core-api

Randy Dunlap posted 1 patch 4 years ago
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%)
[PATCH] Documentation: move watch_queue to core-api
Posted by Randy Dunlap 4 years ago
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
Re: [PATCH] Documentation: move watch_queue to core-api
Posted by Jonathan Corbet 4 years ago
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