Subject: Re: CVS commit: [vmlocking] src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/20/2007 17:16:02
On Tue, Nov 20, 2007 at 11:39:08PM +0900, YAMAMOTO Takashi wrote:

> > Disable freed lock checking for now. It seems to be coming up with
> > false positives.
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -r1.5.2.6 -r1.5.2.7 src/sys/kern/subr_lockdebug.c
> > 
> > Please note that diffs are not public domain; they are subject to the
> > copyright notices on the relevant files.
> 
> what kind of false positives?  have you analyzed?

My mistake - I think it was actually just a problem in the vfs_subr.c, which
has since been fixed. I think it can be re-enbled (but I have not tested to
see what bugs it uncovers :-)

Andrew