Date: Tue, 11 Aug 2009 23:00:42 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 167227 for review Message-ID: <200908112300.n7BN0gn1077276@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=167227 Change 167227 by zec@zec_tpx32 on 2009/08/11 22:59:45 Appease VNET_DEBUG - in if_vmove we temporarily switch i.e. recurse from one vnet to another which is OK, so no need to flood the console with warnings here. Affected files ... .. //depot/projects/vimage-commit2/src/sys/net/if.c#82 edit Differences ... ==== //depot/projects/vimage-commit2/src/sys/net/if.c#82 (text+ko) ==== @@ -920,7 +920,7 @@ /* Make sure the named iface does not exists in the dst. prison/vnet. */ /* XXX Lock interfaces to avoid races. */ - CURVNET_SET(pr->pr_vnet); + CURVNET_SET_QUIET(pr->pr_vnet); difp = ifunit(ifname); CURVNET_RESTORE(); if (difp != NULL) {help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908112300.n7BN0gn1077276>
