On Mon, Dec 4, 2023 at 12:32 PM Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> wrote: > > On (23/11/30 19:12), Hyeonggon Yoo wrote: > [..] > > +static inline bool zsdesc_is_isolated(struct zsdesc *zsdesc) > > +{ > > + return PageIsolated(zsdesc_page(zsdesc)); > > +} > > + > > +struct zone *zsdesc_zone(struct zsdesc *zsdesc) > > static struct zone Will do in v4, thanks! > > +{ > > + return page_zone(zsdesc_page(zsdesc)); > > +}