aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
diff options
authorGabriel Krisman Bertazi <krisman@suse.de>2026-06-02 17:53:25 -0400
committerJens Axboe <axboe@kernel.dk>2026-06-02 17:43:15 -0600
commit4305fcf9c315e36e8ed05057fd9b170df92f2adc (patch)
tree9eeab75b3a6834ebe2513d4aeee0bf7a2da9f863 /io_uring
parent3979840cd858f30f43ea9f4e7f7f1f56de82d698 (diff)
downloadath-4305fcf9c315e36e8ed05057fd9b170df92f2adc.tar.gz
io_uring/net: Remove async_size for OP_LISTEN
OP_LISTEN does not use async_data. Remove it. Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de> Link: https://patch.msgid.link/20260602215327.1885109-3-krisman@suse.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring')
-rw-r--r--io_uring/opdef.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/opdef.c b/io_uring/opdef.c
index 517bad015505d..88a45c7d897f2 100644
--- a/io_uring/opdef.c
+++ b/io_uring/opdef.c
@@ -515,7 +515,6 @@ const struct io_issue_def io_issue_defs[] = {
.needs_file = 1,
.prep = io_listen_prep,
.issue = io_listen,
- .async_size = sizeof(struct io_async_msghdr),
#else
.prep = io_eopnotsupp_prep,
#endif