Re: [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-27 08:21:54
Also in:
linux-fsdevel, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-27 08:21:54
Also in:
linux-fsdevel, lkml
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@infradead.org>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>