commit | 7836d9990079ed611199819ccf487061b748193a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu May 27 12:30:54 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Jan 04 13:15:34 2022 -0500 |
tree | 0ba00c8059d09d3b3311bd1373cde228241e827d | |
parent | 2fa4eeb800c0f8279f396abde010360f48b4b1d4 [diff] |
readahead: Convert page_cache_async_ra() to take a folio Using the folio here avoids checking whether it's a tail page. This patch mostly just enables some of the following patches. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>