commit | 07950008692bf22074020e927e95655cd48fdcda | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun May 08 15:07:11 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon May 09 16:36:52 2022 -0400 |
tree | ba1af1115941d1cfea1e45e2dc5c06e953775cba | |
parent | e9b5b23e957ef9260fec811d8d8081125889308a [diff] |
mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio() Now that filler_t and aops->read_folio() have the same type, we can decide which one to use at the top of the function, and cache ->read_folio in the filler parameter. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>