io_uring: use syscall helpers for the hot path
authorJens Axboe <axboe@kernel.dk>
Mon, 21 Feb 2022 16:43:48 +0000 (09:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 21 Feb 2022 16:43:48 +0000 (09:43 -0700)
commitc377f4f85943e5b155b3daaab1ce5213077531d8
treeb52f08131c4d452cf4ef2ec14ad61427c1232257
parentcc7ab24619ae25540d7d98df842fe64dd10cbe48
io_uring: use syscall helpers for the hot path

The only real hot system call here is the io_uring_enter(2) call,
as that'll happen during the IO submission/completion parts. The rest
are just setup function calls, we don't really care about those.

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