Date: Thu, 16 Aug 2007 23:21:35 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125243 for review Message-ID: <200708162321.l7GNLZhx038119@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125243 Change 125243 by zec@zec_tpx32 on 2007/08/16 23:20:36 Unbreak ipfw (well, at least it can be kldloaded now) by taking care not to initialize a lock multiple times. Affected files ... .. //depot/projects/vimage/src/sys/netinet/ip_fw2.c#23 edit Differences ... ==== //depot/projects/vimage/src/sys/netinet/ip_fw2.c#23 (text+ko) ==== @@ -4974,7 +4974,6 @@ sizeof(ipfw_dyn_rule), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0); #endif - IPFW_DYN_LOCK_INIT(); callout_init(&V_ipfw_timeout, CALLOUT_MPSAFE); bzero(&default_rule, sizeof default_rule);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708162321.l7GNLZhx038119>