Skip to content

Commit c750629

Browse files
isilenceaxboe
authored andcommitted
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>
1 parent a652958 commit c750629

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
@@ -873,20 +873,6 @@ enum {
873873
IORING_REG_WAIT_TS = (1U << 0),
874874
};
875875

876-
/*
877-
* Argument for IORING_REGISTER_CQWAIT_REG, registering a region of
878-
* struct io_uring_reg_wait that can be indexed when io_uring_enter(2) is
879-
* called rather than pass in a wait argument structure separately.
880-
*/
881-
struct io_uring_cqwait_reg_arg {
882-
__u32 flags;
883-
__u32 struct_size;
884-
__u32 nr_entries;
885-
__u32 pad;
886-
__u64 user_addr;
887-
__u64 pad2[3];
888-
};
889-
890876
/*
891877
* Argument for io_uring_enter(2) with
892878
* IORING_GETEVENTS | IORING_ENTER_EXT_ARG_REG set, where the actual argument

0 commit comments

Comments
 (0)