Re: arca-1-against-pre-2.1.127-3

Andrea Arcangeli (andrea@e-mind.com)
Mon, 2 Nov 1998 00:29:29 +0100 (CET)


On Mon, 2 Nov 1998, Andrea Arcangeli wrote:

>with you. Right now my patch fix a _real_ C bug in C. I can agree that it

And just to show you that I am not so crazy, you can browse aic7xxx.c
and you' ll find:

if ( (p->dev_timer[i].prev != NULL) ||
(p->dev_timer[i].next != NULL) )
{
del_timer(&p->dev_timer[i]);
}

Cool, this is very high level but nobody complained. I am fixing it too
right now.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/