Re: [PATCH 05/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
From: Christoph Hellwig
Date: Tue Dec 10 2024 - 06:19:23 EST
On Tue, Dec 03, 2024 at 08:31:41AM -0700, Jens Axboe wrote:
> Rather than use the page_cache_sync_readahead() helper, define our own
> ractl and use page_cache_sync_ra() directly. In preparation for needing
> to modify ractl inside filemap_get_pages().
>
> No functional changes in this patch.
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
FYI, I usually try to keep these pure cleanup patches that don't even
directly touch the series subject matter at the beginning to reduce
the cognitive load.