Re: [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:19:15
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:19:15
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:29AM +0000, Matthew Wilcox (Oracle) wrote:
Using the folio here avoids checking whether it's a tail page. This patch mostly just enables some of the following patches.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>