]> 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>
Mon, 17 Mar 2025 05:06:22 +0000 (22:06 -0700)
commit63a23847dc47113b879a5f53cc0ca5cedc881ffd
treedaa120cedda514822ef0ec4ac6236d66acf4a28e
parentfcd807a03b864e2c7b2aa5eaade185127c4e2414
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