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 notactually update the task when cgroups are in use.