Re: [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
From: Vlastimil Babka <hidden>
Date: 2021-05-18 11:08:31
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-05-18 11:08:31
Also in:
linux-fsdevel, lkml
On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote:
Add an end_page_writeback() wrapper function for users that are not yet converted to folios. folio_end_writeback() is less than half the size of end_page_writeback() at just 105 bytes compared to 213 bytes, due to removing all the compound_head() calls. The 30 byte wrapper function makes this a net saving of 70 bytes. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Vlastimil Babka <redacted>