]> www.infradead.org Git - users/willy/pagecache.git/commit
ubifs: Convert to filemap_migrate_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 14:47:21 +0000 (10:47 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 9 Jul 2022 00:09:51 +0000 (20:09 -0400)
commit9f11d68b27211e6a73b0540dc757c91c01ae74bf
tree47c5cf8f30130cd45636ca39353407da3a6a0c94
parent9c5161d1eefb24389a077b43e8e11322f2e4cd42
ubifs: Convert to filemap_migrate_folio()

filemap_migrate_folio() is a little more general than ubifs really needs,
but it's better to share the code.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/ubifs/file.c