page cache: Convert find_get_pages_range to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 16 May 2018 21:38:56 +0000 (17:38 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:34 +0000 (10:46 -0400)
commitfd1b3cee2a867868d39bb8cbcc4b00c36d07cc01
tree0f17871e5b07322e262437d67a166916c60a8226
parentf280bf092d48ff2db12b4a01127cd855c9e0ffb0
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>
mm/filemap.c