From 6bb77a26ff70e4f30de070b2effd348928b2c111 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 18 Apr 2022 14:38:51 +0200 Subject: [PATCH] iobus: remove module Moved to https://git.sr.ht/~sircmpwn/hare-iobus Signed-off-by: Drew DeVault --- io_uring/README | 3 --- diff --git a/io_uring/README b/io_uring/README index 61e21ca249fe98342fd83693e8e6c75b3e64e1e7..513c0cfd4912943cfbd1dceb17a56d063ff1c0fd 100644 --- a/io_uring/README +++ b/io_uring/README @@ -4,6 +4,3 @@ familiar with io_uring. Thus, it is recommended that a reading of this module is paired with the Linux documentation, which may be available from your local liburing package under the io_uring_setup, io_uring_enter, and io_uring_register man pages. - -For a high-level I/O multiplexing interface, which takes advantage of io_uring -if available, users are encouraged to use [[iobus]] instead. -- 2.48.1