Subject: Re: CVS commit: src/sys/kern
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Simon Burge <simonb@NetBSD.org>
List: source-changes
Date: 09/10/2006 17:07:18
Izumi Tsutsui wrote:

> simonb@NetBSD.org wrote:
> 
> > > splclock()/splx() unmatch?
> > 
> > Yes indeed.  I was a bit hasty commiting that.
> > 
> > Please commit your fix.
> 
> Some people would hate goto (though I think it's okay for "break" case).
> Which is better?

In general I don't like goto either, but really I think it's the
cleanest way for dealing with these error cases.

simon.