Re: [PATCH v14 05/12] cpuset: Add an error state to cpuset.sched.partition

From: Peter Zijlstra
Date: Tue Nov 06 2018 - 06:41:15 EST


On Mon, Oct 15, 2018 at 04:29:30PM -0400, Waiman Long wrote:
> + case PRS_ENABLED:
> + if (update_parent_subparts_cpumask(cp,
> + partcmd_update, NULL, tmp))
> + update_tasks_cpumask(parent);
> + break;

That code indenting had me go WTF a few times.