Re: [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
From: Vlastimil Babka <hidden>
Date: 2021-05-18 12:26:17
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-05-18 12:26:17
Also in:
linux-fsdevel, lkml
On 5/11/21 11:47 PM, 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@infradead.org>
Acked-by: Vlastimil Babka <redacted>