Re: [RFC patch 1/2] sched: dynamically adapt granularity withnr_running

From: Peter Zijlstra
Date: Mon Sep 13 2010 - 07:49:52 EST


On Mon, 2010-09-13 at 13:43 +0200, Peter Zijlstra wrote:
> +
> + if (node->rb_left &&
> + se_of(node->rb_left)->min_deadline == se->min_deadline) {
> + node = node->rb_left;
> + }

There wants to be a continue in that branch.
--
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/