mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 14:20:31 +0000 (10:20 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit67235182a41c1bd6b32806a1556a1d299b84212b
treeb57dbdb55adf121d6d7450446b3762551c7548f4
parent2be7fa10c028019f7b2fee11238987762567d41e
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()

Use a folio throughout __buffer_migrate_folio(), add kernel-doc for
buffer_migrate_folio() and buffer_migrate_folio_norefs(), move their
declarations to buffer.h and switch all filesystems that have wired
them up.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
block/fops.c
fs/ext2/inode.c
fs/ext4/inode.c
fs/ntfs/aops.c
fs/ocfs2/aops.c
include/linux/buffer_head.h
include/linux/fs.h
mm/migrate.c