From f5461124d59bfb62bd9e231ee64cbaf757343ad5 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 18 Apr 2022 19:54:16 -0700 Subject: [PATCH] Documentation: move watch_queue to core-api Move watch_queue documentation to the core-api index and subdirectory. Fixes: c73be61cede5 ("pipe: Add general notification queue support") Signed-off-by: Randy Dunlap Cc: David Howells Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Signed-off-by: Jonathan Corbet --- 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 6b7e45348558..062cf88c2216 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -168,7 +168,6 @@ to ReStructured Text format, or are simply too old. tools/index staging/index - watch_queue Translations