]> www.infradead.org Git - users/willy/pagecache.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>
Wed, 29 Jun 2022 12:51:08 +0000 (08:51 -0400)
commite267a3198014ec93389b1930b776047082bb271f
treecf9bf63ec2f29b5052ebf63686d6233e12ade995
parent7d474706ff4fb035f896710fa1274e3050afb461
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