Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 10:22:28 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163242 for review
Message-ID:  <200906011022.n51AMS8s053956@repoman.freebsd.org>

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

Change 163242 by zec@zec_amdx4 on 2009/06/01 10:22:27

	Fix non-critical misintegration.

Affected files ...

.. //depot/projects/vimage/src/sys/contrib/altq/altq/altq_subr.c#19 edit

Differences ...

==== //depot/projects/vimage/src/sys/contrib/altq/altq/altq_subr.c#19 (text+ko) ====

@@ -468,11 +468,11 @@
 #endif
 #if defined(__FreeBSD__) && (__FreeBSD_version >= 500000)
 	IFNET_RLOCK();
-#endif
 	VNET_LIST_RLOCK();
 	VNET_FOREACH(vnet_iter) {
 		CURVNET_SET(vnet_iter);
 		INIT_VNET_NET(vnet_iter);
+#endif
 		for (ifp = TAILQ_FIRST(&V_ifnet); ifp;
 		    ifp = TAILQ_NEXT(ifp, if_list)) {
 			/* read from if_snd unlocked */



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