commit | 8446466c9dd645da4c1848f35ffd0fc1df3524ee | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Aug 06 10:07:24 2020 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Oct 08 10:07:48 2020 -0400 |
tree | d6d7215581844bb541406159f0a0287a9e55be51 | |
parent | 04e9e9bb8470bea74eafad1cafd552f3f06c32d9 [diff] |
XArray: Fix xas_for_each_conflict documentation At one point, xas_for_each_conflict() was going to work this way, and I forgot to update the documentation when I changed my mind. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>