]> www.infradead.org Git - users/willy/pagecache.git/commit
mpage: Use writeback_iter() instead of write_cache_pages() writepage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 14 Mar 2025 04:33:29 +0000 (00:33 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Mar 2025 22:27:26 +0000 (18:27 -0400)
commit8f1d3bd559cecfdabcc4dee9b84c0dc7d28cffd9
tree2791b69ce68191b6a7266ad26bf10a16cc0ed256
parent021688ccfe58684acd2bf152117bde0ff020c080
mpage: Use writeback_iter() instead of write_cache_pages()

Using the iterator directly adds a little type safety, converts
an indirect call into a direct call and may allow the compiler
to inline __mpage_writepage() into mpage_writepages().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/mpage.c