]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 29 Oct 2024 19:43:28 +0000 (13:43 -0600)
commit743fb58a35cde8fe27b07ee5a985ae76563845e3
tree2ccab09cd828f80231b3ada177a83a53ff2cc367
parentaaa736b186239b7dc7778ae94c75f26c96972796
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