summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-07 14:18:44 -0600
committerJens Axboe <axboe@kernel.dk>2022-05-13 06:28:42 -0600
commit1339f24b336db5ded9811f3fe7b948e0de207785 (patch)
treea53dff3d094d2847e56ee4ebb870555606c19801 /virt
parentb70b8e3331d8134ab993368a6e0eb18c1acb1b1d (diff)
downloadlinux-stable-1339f24b336db5ded9811f3fe7b948e0de207785.tar.gz
linux-stable-1339f24b336db5ded9811f3fe7b948e0de207785.tar.bz2
linux-stable-1339f24b336db5ded9811f3fe7b948e0de207785.zip
io_uring: allow allocated fixed files for openat/openat2
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. Normal open 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 'virt')
0 files changed, 0 insertions, 0 deletions