Documentation: update watch_queue.rst references
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 26 Jun 2022 09:10:56 +0000 (10:10 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 7 Jul 2022 19:09:59 +0000 (13:09 -0600)
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>
Documentation/security/keys/core.rst
include/linux/watch_queue.h
init/Kconfig
kernel/watch_queue.c

index b3ed5c581034c74104ab82a32bb8a70c5c275658..811b905b56bf7fc9455f351b90af2434f72db9a3 100644 (file)
@@ -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.
index 3b9a40ae8bdba76dec83554989fa67f98cb59aba..fc6bba20273bdb176a9215ca9770d46808679471 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
  *
- * See Documentation/watch_queue.rst
+ * See Documentation/core-api/watch_queue.rst
  */
 
 #ifndef _LINUX_WATCH_QUEUE_H
index c7900e8975f181857840d861e1cddd4e8201ecc4..6f1a5355dc61a654f549c7686ae187133ba7ce21 100644 (file)
@@ -414,7 +414,7 @@ config WATCH_QUEUE
          with watches for key/keyring change notifications and device
          notifications.
 
-         See Documentation/watch_queue.rst
+         See Documentation/core-api/watch_queue.rst
 
 config CROSS_MEMORY_ATTACH
        bool "Enable process_vm_readv/writev syscalls"
index 230038d4f90818843b5ff69274fea1aa14f5d6ac..869fea4fe26b67b17a4fdad8692d39f43c9a164d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
  *
- * See Documentation/watch_queue.rst
+ * See Documentation/core-api/watch_queue.rst
  */
 
 #define pr_fmt(fmt) "watchq: " fmt