]> www.infradead.org Git - users/jedix/linux-maple.git/commit
buffer: Convert __block_write_begin() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 11 Jul 2024 03:09:04 +0000 (23:09 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:33:36 +0000 (11:33 +0200)
commit9f04609f74ec7a439e1ac42da5db9e6ddf4f7b13
tree3d957d78bfce2c9041c04fab37b0579dcce5e61b
parent7f90d7f1bc9418aba1ef040565308e83dbe0f485
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().

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.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