]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
dax: Convert dax writeback to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 28 Mar 2018 20:03:45 +0000 (16:03 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:43 +0000 (10:46 -0400)
commit9fc747f68d49f4b63029e3a1e87c49d23771a199
tree9adbc9df531f7c72afe148788628b6c21e2b71cc
parent07f2d89cc270936ac314e7cc4ac57077d7f08aef
dax: Convert dax writeback to XArray

Use XArray iteration instead of a pagevec.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
fs/dax.c