]> 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)
commit0562fecbec0b21706fbd7d5a4c7790e3e7d34441
tree867874d4442759055fa549cea045bff6f8209259
parent16e656abf1b7c85aa2829b8746e8da28320241ae
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