Skip to content
Commit 90bfb28d authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()



A recent change ensured that the necessary -EOPNOTSUPP -> -EAGAIN
transformation happens inline on both the reader and writer side,
and hence there's no need to check for both of these anymore on
the completion handler side.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c0a9d496
Loading
Loading
Loading
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