diff options
author | Pavel Begunkov <[email protected]> | 2023-03-16 12:11:42 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-03-16 07:16:56 -0600 |
commit | 5da28edd7bd5518f97175ecea77615bb729a7a28 (patch) | |
tree | d00dc888b905173c9aed559cf98fdae220a99ed9 /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | |
parent | 6acd352dfee558194643adbed7e849fe80fd1b93 (diff) |
io_uring/msg_ring: let target know allocated index
msg_ring requests transferring files support auto index selection via
IORING_FILE_INDEX_ALLOC, however they don't return the selected index
to the target ring and there is no other good way for the userspace to
know where is the receieved file.
Return the index for allocated slots and 0 otherwise, which is
consistent with other fixed file installing requests.
Cc: [email protected] # v6.0+
Fixes: e6130eba8a848 ("io_uring: add support for passing fixed file descriptors")
Signed-off-by: Pavel Begunkov <[email protected]>
Link: https://github.com/axboe/liburing/issues/809
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c')
0 files changed, 0 insertions, 0 deletions