]> Git Repo - linux.git/commit
io_uring: temporarily disable registered waits
authorPavel Begunkov <[email protected]>
Fri, 15 Nov 2024 16:54:40 +0000 (16:54 +0000)
committerJens Axboe <[email protected]>
Fri, 15 Nov 2024 16:58:34 +0000 (09:58 -0700)
commit83e041522eb9c45479f4490b212687cf1e7e9999
tree15e1caced7b13c8373587f4e99080561ed446500
parent3730aebbdac8770f64ab66eb5e7129bc8dae731d
io_uring: temporarily disable registered waits

Disable wait argument registration as it'll be replaced with a more
generic feature. We'll still need IORING_ENTER_EXT_ARG_REG parsing
in a few commits so leave it be.

Signed-off-by: Pavel Begunkov <[email protected]>
Link: https://lore.kernel.org/r/70b1d1d218c41ba77a76d1789c8641dab0b0563e.1731689588.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <[email protected]>
include/linux/io_uring_types.h
include/uapi/linux/io_uring.h
io_uring/io_uring.c
io_uring/register.c
io_uring/register.h
This page took 0.051077 seconds and 4 git commands to generate.