]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs: convert block_commit_write() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Feb 2025 19:20:06 +0000 (19:20 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 01:00:09 +0000 (17:00 -0800)
commit040c57698b12094e59fe49f783d39c278c7efccf
treece6a4c1f012ae44d011b413e47a7b77d9f6125b0
parent7e295bcaa85e1fa407222463461a1894bc5f0b27
fs: convert block_commit_write() to take a folio

All callers now have a folio, so pass it in instead of converting
folio->page->folio.

Link: https://lkml.kernel.org/r/20250217192009.437916-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/buffer.c
fs/ext4/inline.c
fs/ext4/move_extent.c
fs/iomap/buffered-io.c
fs/ocfs2/aops.c
fs/ocfs2/file.c
fs/udf/file.c
include/linux/buffer_head.h