Re: sched:

From: Ingo Molnar
Date: Thu Sep 25 2008 - 05:20:28 EST



* Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> wrote:

> On Thu, 2008-09-25 at 09:51 +0530, Bharata B Rao wrote:
> > Hi,
> >
> > sched: Maintain only task entities in cfs_rq->tasks list.
> >
> > cfs_rq->tasks list is used by the load balancer to iterate
> > over all the tasks. Currently it holds all the entities
> > (both task and group entities) because of which there is
> > a need to check for group entities explicitly during load
> > balancing. This patch changes the cfs_rq->tasks list to
> > hold only task entities.
>
> Looks fine. Thanks Bharata!

applied to tip/sched/devel, thanks!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/