]> www.infradead.org Git - users/willy/pagecache.git/commit
writeback: Remove a use of write_cache_pages() from do_writepages() writeback-iter
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 26 Jun 2023 17:18:13 +0000 (13:18 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Jun 2023 19:15:56 +0000 (15:15 -0400)
commit0acda5d4267bf477839ab66feba57f65cc9e2912
tree22487761057479466ef58483c660768fe3ce575b
parent27e4c20238a00f32dddbd68f05029c043414a302
writeback: Remove a use of write_cache_pages() from do_writepages()

Use the new for_each_writeback_folio() directly instead of indirecting
through a callback.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/page-writeback.c