> On Feb 2, 2026, at 23:56, Kiryl Shutsemau <kas at kernel.org> wrote: > > page_slab() contained an open-coded implementation of compound_head(). > > Replace the duplicated code with a direct call to compound_head(). > > Signed-off-by: Kiryl Shutsemau <kas at kernel.org> Acked-by: Muchun Song <muchun.song at linux.dev>