diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 12:10:56 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 22:09:59 +0300 |
commit | c02b872a7ca7842e4cdbbf621f77607d0a655f83 (patch) | |
tree | ac19c7d4d502172668061f38ab8637aefaa0a745 /Documentation/security | |
parent | 97e937dec70d0b78b8d11091273e818158b56070 (diff) | |
download | linux-c02b872a7ca7842e4cdbbf621f77607d0a655f83.tar.xz |
Documentation: update watch_queue.rst references
Changeset f5461124d59b ("Documentation: move watch_queue to core-api")
renamed: Documentation/watch_queue.rst
to: Documentation/core-api/watch_queue.rst.
Update the cross-references accordingly.
Fixes: f5461124d59b ("Documentation: move watch_queue to core-api")
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/1c220de9c58f35e815a3df9458ac2bea323c8bfb.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/keys/core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst index b3ed5c581034..811b905b56bf 100644 --- a/Documentation/security/keys/core.rst +++ b/Documentation/security/keys/core.rst @@ -1046,7 +1046,7 @@ The keyctl syscall functions are: "filter" is either NULL to remove a watch or a filter specification to indicate what events are required from the key. - See Documentation/watch_queue.rst for more information. + See Documentation/core-api/watch_queue.rst for more information. Note that only one watch may be emplaced for any particular { key, queue_fd } combination. |