commit | f132ab7d3ab03c5bae28d31fb80ba77c4da05500 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Apr 29 11:47:39 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon May 09 16:21:44 2022 -0400 |
tree | 7cab6d4b85214c1fcfc19079ea9be980b51e8b31 | |
parent | 2c69e2057962b6bd76d72446453862eb59325b49 [diff] |
fs: Convert mpage_readpage to mpage_read_folio mpage_readpage still works in terms of pages, and has not been audited for correctness with large folios, so include an assertion that the filesystem is not passing it large folios. Convert all the filesystems to call mpage_read_folio() instead of mpage_readpage(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>