]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dax: Convert dax_layout_busy_page to XArray
authorMatthew Wilcox <willy@infradead.org>
Thu, 17 May 2018 17:03:48 +0000 (13:03 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:43 +0000 (10:46 -0400)
commit084a899008cec6db91dbf06453b2e3a36ceed02d
tree4461e36953a00b4910f297d61229253b3d37a7ca
parentcfc93c6c6c963d96ef7081c17fb95d2738a75f55
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>
fs/dax.c