Re: [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
From: Vlastimil Babka <hidden>
Date: 2021-05-18 10:41:43
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-05-18 10:41:43
Also in:
linux-fsdevel, lkml
On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote:
Also add folio_wait_locked_killable(). Turn wait_on_page_locked() and wait_on_page_locked_killable() into wrappers. This eliminates a call to compound_head() from each call-site, reducing text size by 200 bytes for me. 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> (and it fixes filemap.c to be compilable again)