Skip to content

Commit 55bee3c

Browse files
author
Ming Lei
committed
io_uring: remove io_uring_cqwait_reg_arg
JIRA: https://issues.redhat.com/browse/RHEL-106845 commit c750629 Author: Pavel Begunkov <asml.silence@gmail.com> Date: Mon Nov 18 15:14:34 2024 +0000 io_uring: remove io_uring_cqwait_reg_arg A separate wait argument registration API was removed, also delete leftover uapi definitions. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/143b6a53591badac23632d3e6fa3e5db4b342ee2.1731942445.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Ming Lei <ming.lei@redhat.com>
1 parent 5d39bdf commit 55bee3c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

include/uapi/linux/io_uring.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -889,20 +889,6 @@ enum {
889889
IORING_REG_WAIT_TS = (1U << 0),
890890
};
891891

892-
/*
893-
* Argument for IORING_REGISTER_CQWAIT_REG, registering a region of
894-
* struct io_uring_reg_wait that can be indexed when io_uring_enter(2) is
895-
* called rather than pass in a wait argument structure separately.
896-
*/
897-
struct io_uring_cqwait_reg_arg {
898-
__u32 flags;
899-
__u32 struct_size;
900-
__u32 nr_entries;
901-
__u32 pad;
902-
__u64 user_addr;
903-
__u64 pad2[3];
904-
};
905-
906892
/*
907893
* Argument for io_uring_enter(2) with
908894
* IORING_GETEVENTS | IORING_ENTER_EXT_ARG_REG set, where the actual argument

0 commit comments

Comments
 (0)