]> www.infradead.org Git - users/willy/pagecache.git/commit
writeback: Simplify the loops in write_cache_pages()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 22 Jun 2023 21:45:55 +0000 (17:45 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Jun 2023 19:15:55 +0000 (15:15 -0400)
commit653cdd16ee29dd6cfef3f7581e6de13aefb8dea2
treec5509f7a823ef4e0332e5d57846f2b77daf0ae60
parent355b06e2ec835e9581947193ecccc48c3885aa49
writeback: Simplify the loops in write_cache_pages()

Collapse the two nested loops into one.  This is needed as a step
towards turning this into an iterator.
mm/page-writeback.c