mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
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>
This commit is contained in:
committed by
Jens Axboe
parent
3979840cd8
commit
4305fcf9c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user