Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2008 21:54:45 +0200
From:      Marko Zec <zec@fer.hr>
To:        freebsd-virtualization@freebsd.org
Subject:   Re: next vimage commit.. a comment
Message-ID:  <200809042154.45130.zec@fer.hr>
In-Reply-To: <20080904195031.GB4117@lor.one-eyed-alien.net>
References:  <48C03A8B.4050607@elischer.org> <20080904195031.GB4117@lor.one-eyed-alien.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 04 September 2008 21:50:31 Brooks Davis wrote:
> On Thu, Sep 04, 2008 at 12:44:11PM -0700, Julian Elischer wrote:
> > Some have suggested that we change the VNET_ITERLOOP_BEGIN() /
> > VNET_ITERLOOP_END()  code,
> > and thinking about this I suggest that we go straight for the
> > final solution of:
> >
> > change:
> > 	code
> > 	code
> > 	code
> >
> > to:
> >
> > 	FOREACH_VNET(VINET, vnet_inet) {
> > 		code
> > 		code
> > 		code
> > 	}
> >
> > straight away. and get it over and done with...
> >
> > anyone have thoughts?
>
> I agree.  We should avoid committing new code we plan to rip up
> later.

OK I'll do this

Marko



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