On 10/23, Roman Gushchin wrote: > > On Wed, Oct 23, 2019 at 03:23:50PM +0200, Oleg Nesterov wrote: > > > > Not sure I understand... The patch doesn't remove cgroup_freeze_task(), > > it shifts it up, under the test_bit(CGRP_FREEZE, &dst). > > Yes, but it does remove cgroup_freeze_task(task, false) if the target > cgroup is not frozen. Ah, got it. Right you are, thanks for correcting me! Oleg.