Skip to content
Commit 9af177ee authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: retry early for reads if we can poll



Most of the logic in io_read() deals with regular files, and in some ways
it would make sense to split the handling into S_IFREG and others. But
at least for retry, we don't need to bother setting up a bunch of state
just to abort in the loop later. In particular, don't bother forcing
setup of async data for a normal non-vectored read when we don't need it.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent adc8682e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment