commit | 084a899008cec6db91dbf06453b2e3a36ceed02d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Thu May 17 13:03:48 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:43 2018 -0400 |
tree | 4461e36953a00b4910f297d61229253b3d37a7ca | |
parent | cfc93c6c6c963d96ef7081c17fb95d2738a75f55 [diff] |
dax: Convert dax_layout_busy_page to XArray Instead of using a pagevec, just use the XArray iterators. Add a conditional rescheduling point which probably should have been there in the original. Signed-off-by: Matthew Wilcox <willy@infradead.org>