]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
io_uring/net: Remove async_size for OP_LISTEN
authorGabriel Krisman Bertazi <krisman@suse.de>
Tue, 2 Jun 2026 21:53:25 +0000 (17:53 -0400)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Jun 2026 23:43:15 +0000 (17:43 -0600)
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>
io_uring/opdef.c

index 517bad015505de04b96c1c44c7c32364a974c4a2..88a45c7d897f2a412d0725df9e9132b8d0e2d9bc 100644 (file)
@@ -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