Re: [PATCH v10 31/33] mm/filemap: Add folio private_2 functions

From: Christoph Hellwig
Date: Thu May 27 2021 - 04:21:55 EST


On Tue, May 11, 2021 at 10:47:33PM +0100, Matthew Wilcox (Oracle) wrote:
> end_page_private_2() becomes folio_end_private_2(),
> wait_on_page_private_2() becomes folio_wait_private_2() and
> wait_on_page_private_2_killable() becomes folio_wait_private_2_killable().
>
> Adjust the fscache equivalents to call page_folio() before calling these
> functions to avoid adding wrappers.
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>