Re: [PATCH v6 14/37] lib: introduce support for page allocation tagging

From: Suren Baghdasaryan
Date: Wed Mar 27 2024 - 01:30:53 EST


On Tue, Mar 26, 2024 at 8:24 PM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> On Mon, Mar 25, 2024 at 11:23:25PM -0700, Suren Baghdasaryan wrote:
> > Ah, good eye! We probably didn't include page_ext.h before and then
> > when we did I missed removing these declarations. I'll post a fixup.
> > Thanks!
>
> Andrew's taken a patch from me to remove these two declarations as
> part of marking them const. No patch needed from you, just needed to
> check there was no reason to have them.

Sweet! Thank you, Matthew!