io_uring/splice: open code 2nd direct file assignment
authorJens Axboe <axboe@kernel.dk>
Mon, 28 Oct 2024 14:03:04 +0000 (08:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Oct 2024 19:23:03 +0000 (13:23 -0600)
commitfdfcc3aa6b480fab52698144e4c65d7d34706956
tree3cd55accd1a0d53e867f09932b0059e7b39170ec
parent83465db3ed6ad580c50d89a1794690c2f4425491
io_uring/splice: open code 2nd direct file assignment

In preparation for not pinning the whole registered file table, open
code the second potential direct file assignment. This will be handled
by appropriate helpers in the future, for now just do it manually.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c
io_uring/splice.c
io_uring/splice.h