]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Convert btree_migratepage to migrate_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 13:22:19 +0000 (09:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commitccbbc141cc1f04a07d709fc8c758e2da4cf3fc49
tree39251393c4be3d99bcb1f7bad86402844ea3998a
parente1f62029281463b276d116aa30c19972aee19f4f
btrfs: Convert btree_migratepage to migrate_folio

Use a folio throughout this function.  migrate_page() will be converted
later.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c