Re: [PATCH 02/33] mm: Add an unlock function for PG_private_2/PG_fscache
From: Christoph Hellwig
Date: Tue Feb 16 2021 - 05:28:29 EST
> +extern void unlock_page_private_2(struct page *page);
No need for the extern.
Otherwise this looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>