Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2009 20:28:45 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163605 for review
Message-ID:  <200906052028.n55KSjNL055112@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163605

Change 163605 by zec@zec_tpx32 on 2009/06/05 20:27:52

	Uncomment an assert that seems to be no longer triggering
	on each vimage -d invocation.
	Pointed out by:	bz

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/if.c#73 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/if.c#73 (text+ko) ====

@@ -460,9 +460,7 @@
 	INIT_VNET_NET(curvnet);
 
 	VNET_ASSERT(TAILQ_EMPTY(&V_ifnet));
-#ifdef NOTYET
 	VNET_ASSERT(TAILQ_EMPTY(&V_ifg_head));
-#endif
 	VNET_ASSERT(SLIST_EMPTY(&V_ifklist.kl_list));
 
 	free((caddr_t)V_ifindex_table, M_IFNET);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906052028.n55KSjNL055112>