PERFORCE change 134929 for review

Kip Macy kmacy at FreeBSD.org
Wed Feb 6 13:58:51 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134929

Change 134929 by kmacy at kmacy:entropy:iwarp on 2008/02/06 21:57:58

	initialize callout locking for arptimer correctly

Affected files ...

.. //depot/projects/iwarp/sys/netinet/if_ether.c#8 edit

Differences ...

==== //depot/projects/iwarp/sys/netinet/if_ether.c#8 (text+ko) ====

@@ -224,7 +224,7 @@
 		RT_ADDREF(rt);
 		la->la_rt = rt;
 		rt->rt_flags |= RTF_LLINFO;
-		callout_init(&la->la_timer, 1);
+		callout_init_mtx(&la->la_timer, &rt->rt_mtx, CALLOUT_RETURNUNLOCKED);
 
 #ifdef INET
 		/*


More information about the p4-projects mailing list