commit | 00ed452c210a0bc1ff3ee79e1ce6b199f00a0638 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun Jan 12 15:54:10 2020 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Jan 17 22:33:37 2020 -0500 |
tree | 519e830435204683e32c9ded6ff4e7d4778f3922 | |
parent | c44aa5e8ab58b5f4cf473970ec784c3333496a2e [diff] |
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>