Re: [RFC][PATCH] SCHED_EDF scheduling class

From: Jonathan Corbet
Date: Tue Sep 22 2009 - 19:39:21 EST


On Tue, 22 Sep 2009 06:24:38 -0700
Daniel Walker <dwalker@xxxxxxxxxx> wrote:

> You've got some type of encoding corruption in your patch,
>
> + else {
> + if (!edf_task(p))
> + p->sched_class =3D &fair_sched_class;
> + else
> + p->sched_class =3D &edf_sched_class;
> + }
> =20
> p->prio =3D prio;
> =20

I could swear we talked about quoted-printable before. You really need
a new mailer. Even evolution (which you seem to be using) should
really be able to handle this.

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