Re: [PATCH v3 03/12] mm: Use get_unmapped_area_vmflags()

From: Edgecombe, Rick P
Date: Wed Mar 13 2024 - 11:56:16 EST


On Wed, 2024-03-13 at 09:05 +0000, Christophe Leroy wrote:
> > -EXPORT_SYMBOL(get_unmapped_area);
> > -
>
> Don't you have to export __get_unmapped_area() so that the static
> inline
> get_unmapped_area() used in a module have access to
> __get_unmapped_area() ?
>
> If it was pointless to export get_unmapped_area(), its removal should
> be
> a separate patch.

Yes, it seems to have been pointless. I can split it out. Thanks.