Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Wed, Jun 23, 2004 at 05:44:43PM +0200, Benoit.Ropartz at alcatel.fr wrote: > I have changed prepare_to_wait : > > list_empty(&wait->task_list) ===> list_empty(&q->task_list) > > And it seems ok ??? NO! somwhere in DEFINE_WAIT there should be a list_init. thats it. do NOT test on list_empty(&q->task_list). this is wrong. lge