[PATCH 0/1] (Was: cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasks)
From: Oleg Nesterov <hidden>
Date: 2012-10-25 17:11:38
Also in:
lkml
From: Oleg Nesterov <hidden>
Date: 2012-10-25 17:11:38
Also in:
lkml
On 10/24, Tejun Heo wrote:
quoted
I'd prefer to simply clear PF_NOFREEZE (without set_freezable), but obviously this doesn't look exactly right from cgroup_freezer pov.I don't think it matters all that much. It's a pretty special case.
OK.
Maybe define PF_CLEAR_ON_EXEC_MASK or something and just include PF_NOFREEZE in it?
May be... but it will have a single user and sched.h is already huge, so didn't do this. Oleg.