commit | d996fc7f615feb5986f67829e18a8d8400f41361 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun Oct 31 22:22:19 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Sat Jan 08 00:28:41 2022 -0500 |
tree | d1379db2b5c223073a354ae1f600815de38d4286 | |
parent | 78f426608f21c997975adb96641b7ac82d4d15b1 [diff] |
filemap: Convert filemap_read() to use a folio We know the pagevec always contains folios, but use page_folio() anyway instead of casting. Removes a few calls to legacy functions. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: William Kucharski <william.kucharski@oracle.com>