commit | 8fa8e538e4be359e9042573737632dda35a8700d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Jan 16 06:26:49 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:36 2018 -0400 |
tree | e885f07c50f9b3721d9d929bdc14de5e243333fe | |
parent | 22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff [diff] |
page cache: Convert filemap_range_has_page to XArray Instead of calling find_get_pages_range() and putting any reference, use xas_find() to iterate over any entries in the range, skipping the shadow/swap entries. Signed-off-by: Matthew Wilcox <willy@infradead.org>