Skip to content
Snippets Groups Projects
Commit b60cac14 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: fix merge error in checking send/recv addr2 flags


With the dropping of the IOPOLL checking in the per-opcode handlers,
we inadvertently left two checks in the recv/recvmsg and send/sendmsg
prep handlers for the same thing, and one of them includes addr2 which
holds the flags for these opcodes.

Fix it up and kill the redundant checks.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1bacd264
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment