]> git.baikalelectronics.ru Git - kernel.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>
Tue, 2 Aug 2022 16:34:04 +0000 (12:34 -0400)
commit5416f8199e9a45af79325d9efaef4a777f28ccd4
tree867874d4442759055fa549cea045bff6f8209259
parent8911fb7e33b80b1cedc1f1c64656567d8a266a8a
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