io_uring: have io_file_put() take an io_kiocb rather than the file
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Jul 2023 17:14:40 +0000 (11:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Aug 2023 16:27:46 +0000 (10:27 -0600)
commit17bc28374cd06b7d2d3f1e88470ef89f9cd3a497
treeec50652e492b813100116ec7a70c59ab2cd36fa7
parent9f69a259576ad46e6a13812b2c272bc9a89f8e03
io_uring: have io_file_put() take an io_kiocb rather than the file

No functional changes in this patch, just a prep patch for needing the
request in io_file_put().

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