bl> This cropped up a number of days ago on one of our
bl> machines... Looks like the following line in
bl> net/ipv4/ip_fragment.c:570 executed with tfp=NULL
bl> if (tfp->next != NULL)
bl> tmp-> next->prev = tmp->prev;
the bug has benn fixed somewhere in the 2.1 series. Change the
if (tfp->next != NULL)
into
if (tmp->next != NULL)
This bug also bit me when one of our ethernet hubs failed and the
ethernet error on our NFS server raised.
bl> -benjamin
[deleted]
--- Michael Lausch/g.a.m.s. edv dienstleistungen gmbh See my web page or query PGP key server for PGP key <http://www.gams.net/~mla>