Re: [patch 08/15] sched: throttle cfs_rq entities which exceed theirlocal runtime

From: Hidetoshi Seto
Date: Tue May 10 2011 - 03:23:34 EST


(2011/05/03 18:28), Paul Turner wrote:
> Index: tip/kernel/sched.c
> ===================================================================
> --- tip.orig/kernel/sched.c
> +++ tip/kernel/sched.c
> @@ -258,6 +258,8 @@ struct cfs_bandwidth {
>
> int idle;
> struct hrtimer period_timer;
> + struct list_head throttled_cfs_rq;
> +
> #endif
> };
>

Nit: blank line?

Reviewed-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx>

Thanks,
H.Seto

--
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/