I was probably too fast with the conclusions. It seemed I didn't update
modules (though I and bash history distinctly remember doing that).
I cannot reproduce the trace anymore. The patch was:
--- pcnet_cs.c 2003-04-30 06:17:05.000000000 +0200
+++ pcnet_cs.c 2003-05-13 19:31:12.000000000 +0200
@@ -848,7 +848,7 @@ static int pcnet_event(event_t event, in
link->state &= ~DEV_PRESENT;
if (link->state & DEV_CONFIG) {
netif_device_detach(&info->dev);
- mod_timer(&link->release, jiffies + HZ/20);
+ pcnet_release((u_long)link);
}
break;
case CS_EVENT_CARD_INSERTION:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/