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