Re: [PATCH v2] sched/cputime: fix clock_nanosleep/clock_gettime inconsistency

From: Peter Zijlstra
Date: Wed Nov 12 2014 - 11:45:57 EST


On Wed, Nov 12, 2014 at 04:58:44PM +0100, Stanislaw Gruszka wrote:
> +static void update_curr_fair(struct rq *rq)
> +{
> + update_curr(&rq->cfs);

+ update_curr(cfs_rq_of(&rq->curr.se));

> +}

I did the above change. While looking it over I realized we'd not
actually update the task when cgroups are in use.
--
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/