Re: [PATCH] add requeue task

From: Con Kolivas
Date: Wed Nov 03 2004 - 03:14:44 EST


Nikita Danilov wrote:
> Con Kolivas wrote:
> > + list_del(&p->run_list);
> > + list_add_tail(&p->run_list, array->queue + p->prio);
> > +}

Shouldn't this be

list_move_tail(&p->run_list, array->queue + p->prio);

Yes indeed thanks! Fortunately they're one and the same thing. I've already resent this patch once, let akpm's tree settle for a bit before I throw more at him.

Cheers,
Con

Attachment: signature.asc
Description: OpenPGP digital signature