mm/filemap: change filemap_create_folio() to take a struct kiocb
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Nov 2024 19:04:53 +0000 (12:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2024 15:19:45 +0000 (08:19 -0700)
commitc109bf8dfff830004b38058f04c0c36add466573
treef902acb31206b8760b2d4d165b3e206b40c58958
parent906bd684e4b1e517dd424a354744c5b0aebef8af
mm/filemap: change filemap_create_folio() to take a struct kiocb

Rather than pass in both the file and position directly from the kiocb,
just take a struct kiocb instead. In preparation for actually needing
the kiocb in the function.

No functional changes in this patch.

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