]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - mm/filemap.c
page cache; Convert find_get_pages_range_tag to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 16 May 2018 22:12:54 +0000 (18:12 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:35 +0000 (10:46 -0400)
commita6906972fe67fb6f73ba04088f7897227fd1cd8f
treeae5e24910060321dcdbbae7c1096596f9baaa5c8
parent3ece58a270cd1e5026282abe778bd50db7a11d08
page cache; Convert find_get_pages_range_tag 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>
include/linux/pagemap.h
mm/filemap.c