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>