svn commit: r192264 - head/sys/contrib/altq/altq

Bjoern A. Zeeb bz at FreeBSD.org
Sun May 17 20:59:11 UTC 2009


Author: bz
Date: Sun May 17 20:59:09 2009
New Revision: 192264
URL: http://svn.freebsd.org/changeset/base/192264

Log:
  Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.

Modified:
  head/sys/contrib/altq/altq/altq_subr.c

Modified: head/sys/contrib/altq/altq/altq_subr.c
==============================================================================
--- head/sys/contrib/altq/altq/altq_subr.c	Sun May 17 20:55:33 2009	(r192263)
+++ head/sys/contrib/altq/altq/altq_subr.c	Sun May 17 20:59:09 2009	(r192264)
@@ -454,6 +454,7 @@ static void
 tbr_timeout(arg)
 	void *arg;
 {
+	INIT_VNET_NET(curvnet);
 	struct ifnet *ifp;
 	int active, s;
 


More information about the svn-src-all mailing list