Re: [PATCH] hugetlb_cgroup: fix wrong hugetlb cgroup numa stat

From: Muchun Song
Date: Sat Jul 23 2022 - 09:44:45 EST


On Sat, Jul 23, 2022 at 03:38:04PM +0800, Miaohe Lin wrote:
> We forget to set cft->private for numa stat file. As a result, numa stat
> of hstates[0] is always showed for all hstates. Encode the hstates index
> into cft->private to fix this issue.
>
> Fixes: f47761999052 ("hugetlb: add hugetlb.*.numa_stat file")
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Thanks for fixing this.

Acked-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>