Skip to content
Commit 4e0377a1 authored by noah's avatar noah Committed by Jens Axboe
Browse files

io_uring: Add skip option for __io_sqe_files_update



This patch adds support for skipping a file descriptor when using
IORING_REGISTER_FILES_UPDATE.  __io_sqe_files_update will skip fds set
to IORING_REGISTER_FILES_SKIP. IORING_REGISTER_FILES_SKIP is inturn
added as a #define in io_uring.h

Signed-off-by: default avatarnoah <goldstein.w.n@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 67973b93
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