]> 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)
commita117f1452a625a1111c6bd982f3bd433814c4865
treeb57dbdb55adf121d6d7450446b3762551c7548f4
parent200bfa5f96ea48ec393e2db447aa160adaefb0be
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