io_uring/splice: use fput() directly
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Jul 2023 17:11:58 +0000 (11:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Aug 2023 16:24:25 +0000 (10:24 -0600)
commit9f69a259576ad46e6a13812b2c272bc9a89f8e03
tree30b09878e653fefe3de37009632af84a8ee7dc83
parent3aaf22b62a9270b90524cd257755b960461a7614
io_uring/splice: use fput() directly

No point in using io_file_put() here, as we need to check if it's a
fixed file in the caller anyway.

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