Re: [PATCH] Documentation: move watch_queue to core-api

From: Jonathan Corbet
Date: Wed Apr 20 2022 - 05:38:23 EST


Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx>
> Cc: David Howells <dhowells@xxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> ---
>
> 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