On Tue, Aug 20, 2024 at 3:50 PM Kanchana P Sridhar <kanchana.p.sridhar@xxxxxxxxx> wrote: > > This resolves an issue with obj_cgroup_get() not being defined > if CONFIG_MEMCG is not defined. This causes build errors if > obj_cgroup_get() is called from code that is agnostic of CONFIG_MEMCG. > > The patch resolves this. > > Signed-off-by: Kanchana P Sridhar <kanchana.p.sridhar@xxxxxxxxx> > --- This is only exposed because of your zswap mTHP patch series right? Could you include this patch as part of that series (since we don't need this without that patch series), or make it clear in the change log?