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

io_uring: assign non-fixed early for async work



We defer file assignment to ensure that fixed files work with links
between a direct accept/open and the links that follow it. But this has
the side effect that normal file assignment is then not complete by the
time that request submission has been done.

For deferred execution, if the file is a regular file, assign it when
we do the async prep anyway.

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