Subject: Re: bin/29151
To: None <perseant@netbsd.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: netbsd-bugs
Date: 05/01/2005 09:44:49
> State-Changed-From-To: open->feedback
> State-Changed-By: perseant@netbsd.org
> State-Changed-When: Wed, 06 Apr 2005 02:42:56 +0000
> State-Changed-Why:
> I think this is fixed by rev 1.5 of bufcache.c ... if by chance you still
> have the filesystem image it would be worth finding out if it in fact
> fixes your bug.  Note too that I have not yet packaged this up for the
> netbsd-2 branch.

I updated the fsck_lfs sources to latest -current except for this patch:
---------------------
PatchSet 86 
Date: 2004/04/21 02:05:33
Author: christos
Branch: HEAD
Tag: (none) 
Log:
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.

Members: 
        main.c:1.17->1.18 

---------------------
(which would be incompatible with my 2.0 kernel, I guess).

And it repairs the filesystem without problems. Thanks!