* [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg
@ 2024-11-18 15:14 Pavel Begunkov
2024-11-18 16:11 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Begunkov @ 2024-11-18 15:14 UTC (permalink / raw)
To: io-uring; +Cc: asml.silence
A separate wait argument registration API was removed, also delete
leftover uapi definitions.
Signed-off-by: Pavel Begunkov <[email protected]>
---
include/uapi/linux/io_uring.h | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index 4418d0192959..aac9a4f8fa9a 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -873,20 +873,6 @@ enum {
IORING_REG_WAIT_TS = (1U << 0),
};
-/*
- * Argument for IORING_REGISTER_CQWAIT_REG, registering a region of
- * struct io_uring_reg_wait that can be indexed when io_uring_enter(2) is
- * called rather than pass in a wait argument structure separately.
- */
-struct io_uring_cqwait_reg_arg {
- __u32 flags;
- __u32 struct_size;
- __u32 nr_entries;
- __u32 pad;
- __u64 user_addr;
- __u64 pad2[3];
-};
-
/*
* Argument for io_uring_enter(2) with
* IORING_GETEVENTS | IORING_ENTER_EXT_ARG_REG set, where the actual argument
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg
2024-11-18 15:14 [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg Pavel Begunkov
@ 2024-11-18 16:11 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2024-11-18 16:11 UTC (permalink / raw)
To: io-uring, Pavel Begunkov
On Mon, 18 Nov 2024 15:14:34 +0000, Pavel Begunkov wrote:
> A separate wait argument registration API was removed, also delete
> leftover uapi definitions.
>
>
Applied, thanks!
[1/1] io_uring: remove io_uring_cqwait_reg_arg
commit: c750629caeca01979da3403f4bebecda88713233
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-18 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 15:14 [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg Pavel Begunkov
2024-11-18 16:11 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox