commit | 4e99d4e9579d3b950bf4b38d0d64eb1b9be78761 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Jun 01 22:46:02 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:45:59 2018 -0400 |
tree | a3ecd9d06b4f0eb8bb05369887c9fbe133218e01 | |
parent | 64d3e9a9e0cc51957d243dd2b0adc5d74ff5e128 [diff] |
xarray: Add xas_for_each_conflict This iterator iterates over each entry that is stored in the index or indices specified by the xa_state. This is intended for use for a conditional store of a multiindex entry, or to allow entries which are about to be removed from the xarray to be disposed of properly. Signed-off-by: Matthew Wilcox <willy@infradead.org>