Re: [PATCH v10 4/9] cgroup: cgroup v2 freezer

From: Oleg Nesterov
Date: Fri Apr 26 2019 - 13:30:40 EST


On 04/24, Roman Gushchin wrote:
>
> of the patchset. In the current iteration I'd replace it with:
>
> WARN_ON_ONCE(cgroup_task_frozen(tsk));
>
> just to make sure we're not leaking the frozen bit.
> Do you agree?

Yes sure,

Oleg.