]> www.infradead.org Git - users/willy/pagecache.git/commit
buffer: Convert __block_write_begin() to take a folio write-end
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 11 Jul 2024 03:09:04 +0000 (23:09 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2024 17:08:32 +0000 (13:08 -0400)
commitf45c4246ab18b6e73b6affda49a7ab17810f92e0
treec4c5f7d69b77ac3cf18e36f32c54cf5b20a1d886
parentd5dd3891b9ec273f12c5d0e147d365956fc24b8f
buffer: Convert __block_write_begin() to take a folio

Almost all callers have a folio now, so change __block_write_begin()
to take a folio and remove a call to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
12 files changed:
fs/buffer.c
fs/ext2/dir.c
fs/ext4/inline.c
fs/ext4/inode.c
fs/minix/inode.c
fs/nilfs2/dir.c
fs/ocfs2/file.c
fs/reiserfs/inode.c
fs/sysv/itree.c
fs/udf/file.c
fs/ufs/inode.c
include/linux/buffer_head.h