Re: [PATCH 1/1] alloc_tag: Export memory allocation profiling symbols used by modules

From: Suren Baghdasaryan
Date: Fri Jul 12 2024 - 09:28:39 EST


On Thu, Jul 11, 2024 at 9:25 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> On Thu, Jul 11, 2024 at 01:46:26PM -0700, Suren Baghdasaryan wrote:
> > +EXPORT_SYMBOL(page_ext_get);
>
> > +EXPORT_SYMBOL(page_ext_put);
>
> These really have no business being exported, especially non-GPL.
> Please rework whatever interfaces need them to be be moved out of line.

Ok, I can do that. Thanks for the feedback!

>