commit | 0e499ed3d7a216706e02eeded562627d3e69dcfd | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Sep 01 23:17:50 2020 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Sat Jan 08 00:28:41 2022 -0500 |
tree | 0bf33ceb48d5530c29c332c99def3b47aeadf53f | |
parent | 25d6a23e8d280861dfe81193e18143afb2c0d777 [diff] |
filemap: Return only folios from find_get_entries() The callers have all been converted to work on folios, so convert find_get_entries() to return a batch of folios instead of pages. We also now return multiple large folios in a single call. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: William Kucharski <william.kucharski@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>