summaryrefslogtreecommitdiff
path: root/include/uapi/linux/io_uring.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-07 10:08:31 -0600
committerJens Axboe <axboe@kernel.dk>2022-05-13 06:28:43 -0600
commitc30c3e00cbd96f0cce478efba41dbe78dad8c774 (patch)
treea0df1421104f5039d0cb85271e11ad2f4407409b /include/uapi/linux/io_uring.h
parent1339f24b336db5ded9811f3fe7b948e0de207785 (diff)
io_uring: allow allocated fixed files for accept
If the application passes in IORING_FILE_INDEX_ALLOC as the file_slot, then that's a hint to allocate a fixed file descriptor rather than have one be passed in directly. This can be useful for having io_uring manage the direct descriptor space, and also allows multi-shot support to work with fixed files. Normal accept direct requests will complete with 0 for success, and < 0 in case of error. If io_uring is asked to allocated the direct descriptor, then the direct descriptor is returned in case of success. Reviewed-by: Hao Xu <howeyxu@tencent.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/uapi/linux/io_uring.h')
0 files changed, 0 insertions, 0 deletions