diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-06-21 16:47:13 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-06-21 16:47:13 +0300 |
commit | b60cac14bb3c88cff2a7088d9095b01a80938c41 (patch) | |
tree | b6b9126291a3d821135f738039442d90bfe72b5d /scripts/gdb/linux/modules.py | |
parent | 1bacd264d3c3a05de4afdd1712c9dd6ccebb9490 (diff) | |
download | linux-b60cac14bb3c88cff2a7088d9095b01a80938c41.tar.xz |
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>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions