commit | fd1b3cee2a867868d39bb8cbcc4b00c36d07cc01 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Wed May 16 17:38:56 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:34 2018 -0400 |
tree | 0f17871e5b07322e262437d67a166916c60a8226 | |
parent | f280bf092d48ff2db12b4a01127cd855c9e0ffb0 [diff] |
page cache: Convert find_get_pages_range to XArray The 'end' parameter of the xas_for_each iterator avoids a useless iteration at the end of the range. Signed-off-by: Matthew Wilcox <willy@infradead.org>