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 01:59:59 +0000 (18:59 -0700)
commit7eac34464de964a0ef3d30b1bd964495bceb37d0
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