Commit b60cac1
committed
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: Jens Axboe <axboe@kernel.dk>1 parent 1bacd26 commit b60cac1
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6077 | 6077 | | |
6078 | 6078 | | |
6079 | 6079 | | |
6080 | | - | |
6081 | | - | |
6082 | 6080 | | |
6083 | 6081 | | |
6084 | 6082 | | |
| |||
6315 | 6313 | | |
6316 | 6314 | | |
6317 | 6315 | | |
6318 | | - | |
6319 | | - | |
6320 | 6316 | | |
6321 | 6317 | | |
6322 | 6318 | | |
| |||
0 commit comments