]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Make __end_folio_writeback() return void
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Jul 2023 16:47:25 +0000 (12:47 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:18:59 +0000 (21:18 -0400)
commiteab3a1ed9c35fc498c177bb6092a287bfa30c511
tree8c9b32137f9be8a03c20880e4ac54def1e0f401f
parentc9f0615e35f070a528098b7d9e56b83f45444473
mm: Make __end_folio_writeback() return void

Rather than check the result of test-and-clear, just check that we have
the writeback bit set at the start.  This wouldn't catch every case, but
it's good enough (and enables the next patch).

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