Re: [PATCH 01/13] mm/filemap: change filemap_create_folio() to take a struct kiocb
From: Matthew Wilcox
Date: Fri Nov 08 2024 - 13:18:51 EST
On Fri, Nov 08, 2024 at 10:43:24AM -0700, Jens Axboe wrote:
> 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.
If you're undoing this part of f253e1854ce8, it's probably worth moving
the IOCB flag checks back to where they were too.