On Mon, 2010-11-15 at 13:57 +0100, Oleg Nesterov wrote: > I continue to play the advocatus diaboli ;) Much appreciated. > On 11/15, Mike Galbraith wrote: > > > > +static inline bool > > +task_wants_autogroup(struct task_struct *p, struct task_group *tg) > > +{ > > + if (tg != &root_task_group) > > + return false; > > + > > + if (p->sched_class != &fair_sched_class) > > + return false; > > + > > +