engines/libaio: remove remnants of abandoned aio features
authorJens Axboe <axboe@kernel.dk>
Fri, 26 Jul 2019 15:41:06 +0000 (09:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 26 Jul 2019 15:41:06 +0000 (09:41 -0600)
commitad4e92984ec2d92b18abede6cfbf8ef7f353d77a
tree3a2386708a6891699f2ba4fa177f777c3145a405
parentfc220349e45144360917db48010b503a9874930d
engines/libaio: remove remnants of abandoned aio features

Before we had io_uring, aio grew support for polled IO and setup
through a new system call. As this never made it into Linux and
was abandoned in favor of io_uring, kill it off.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/libaio.c