patch-2.4.2 linux/drivers/ieee1394/hosts.c
Next file: linux/drivers/ieee1394/ieee1394_core.c
Previous file: linux/drivers/ieee1394/guid.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Sun Feb  4 21:34:18 2001
-  Orig file: 
v2.4.1/linux/drivers/ieee1394/hosts.c
-  Orig date: 
Sun Oct  1 19:53:07 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/ieee1394/hosts.c linux/drivers/ieee1394/hosts.c
@@ -106,6 +106,7 @@
         sema_init(&h->tlabel_count, 64);
         spin_lock_init(&h->tlabel_lock);
 
+        INIT_TQ_LINK(h->timeout_tq);
         h->timeout_tq.routine = (void (*)(void*))abort_timedouts;
         h->timeout_tq.data = h;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)