commit | a42634a6c07d5a66e8ad446ad0f184c0c78012ff | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Mar 31 14:15:59 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun May 08 14:45:56 2022 -0400 |
tree | bfe369d13c1ff0ad7e4360d8f120fc08a6f2a93e | |
parent | 2ca456c24801e439256c0ec7dbe21eba7b01544e [diff] |
readahead: Use a folio in read_pages() Handle multi-page folios correctly and removes a few calls to compound_head(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>