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

io_uring: add support for IORING_OP_OPENAT2



Add support for the new openat2(2) system call. It's trivial to do, as
we can have openat(2) just be wrapped around it.

Suggested-by: default avatarStefan Metzmacher <metze@samba.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f8748881
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