OSDN Git Service

XArray: Add xa_for_each_range
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 12 Jan 2020 20:54:10 +0000 (15:54 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 18 Jan 2020 03:33:37 +0000 (22:33 -0500)
commit00ed452c210a0bc1ff3ee79e1ce6b199f00a0638
tree519e830435204683e32c9ded6ff4e7d4778f3922
parentc44aa5e8ab58b5f4cf473970ec784c3333496a2e
XArray: Add xa_for_each_range

This function supports iterating over a range of an array.  Also add
documentation links for xa_for_each_start().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Documentation/core-api/xarray.rst
include/linux/xarray.h