diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-04-19 05:54:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-04-22 18:47:25 +0300 |
commit | f5461124d59bfb62bd9e231ee64cbaf757343ad5 (patch) | |
tree | 0fcad114dc04ef15b026c1d257b60fbe405be811 /Documentation/core-api/index.rst | |
parent | 5a5866c28b43e26dc7594b735b2a44e538ec63a4 (diff) | |
download | linux-f5461124d59bfb62bd9e231ee64cbaf757343ad5.tar.xz |
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 <rdunlap@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |