Re: [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio

From: Christoph Hellwig
Date: Wed May 01 2024 - 00:42:05 EST


> + unmap_mapping_pages(mapping, first, nr, false);

> +}
> +EXPORT_SYMBOL(filemap_invalidate_inode);

unmap_mapping_pages is an EXPORT_SYMBOL_GPL, pleas keep that in
this in thin wrapper.