]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdcccedf17a2d48c2aba2be1ea2b1226fdd17b6fd
treeb57dbdb55adf121d6d7450446b3762551c7548f4
parent4107f8180825e5139168a107471d008d46c3d3e2
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