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

io_uring: add support for IORING_OP_OPENAT



This works just like openat(2), except it can be performed async. For
the normal case of a non-blocking path lookup this will complete
inline. If we have to do IO to perform the open, it'll be done from
async context.

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