summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
diff options
context:
space:
mode:
authorMatthew Wilcox2018-05-17 00:00:33 +0200
committerMatthew Wilcox2018-10-21 16:46:34 +0200
commit3ece58a270cd1e5026282abe778bd50db7a11d08 (patch)
treeed4feeec0489b4fa9e513e8817363944da48dd3d /include/linux/pagemap.h
parentpage cache: Convert find_get_pages_range to XArray (diff)
downloadkernel-qcow2-linux-3ece58a270cd1e5026282abe778bd50db7a11d08.tar.gz
kernel-qcow2-linux-3ece58a270cd1e5026282abe778bd50db7a11d08.tar.xz
kernel-qcow2-linux-3ece58a270cd1e5026282abe778bd50db7a11d08.zip
page cache: Convert find_get_pages_contig to XArray
There's no direct replacement for radix_tree_for_each_contig() in the XArray API as it's an unusual thing to do. Instead, open-code a loop using xas_next(). This removes the only user of radix_tree_for_each_contig() so delete the iterator from the API and the test suite code for it. Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'include/linux/pagemap.h')
0 files changed, 0 insertions, 0 deletions