Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 20:59:10 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192264 - head/sys/contrib/altq/altq
Message-ID:  <200905172059.n4HKxA4f039626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



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