Re: [PATCH v10 32/33] fs/netfs: Add folio fscache functions

From: Vlastimil Babka
Date: Tue May 18 2021 - 09:48:51 EST


On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote:
> Match the page writeback functions by adding
> folio_start_fscache(), folio_end_fscache(), folio_wait_fscache() and
> folio_wait_fscache_killable(). Also rewrite the kernel-doc to describe
> when to use the function rather than what the function does, and include
> the kernel-doc in the appropriate rst file.
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Looks like set_page_private_2() should be removed by this patch as it removes
the last caller, and the other functions were removed by previous patch.

Other than that,

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>