Re: [PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached

From: Muchun Song
Date: Sun Jun 26 2022 - 23:34:39 EST


On Mon, Jun 27, 2022 at 10:12 AM Vasily Averin <vvs@xxxxxxxxxx> wrote:
>
> When cgroup_mkdir reaches the limits of the cgroup hierarchy, it should
> not return -EAGAIN, but instead react similarly to reaching the global
> limit.
>
> Signed-off-by: Vasily Averin <vvs@xxxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.