Subject: Re: bin/29151
To: None <perseant@netbsd.org, gnats-admin@netbsd.org,>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: netbsd-bugs
Date: 05/20/2005 08:13:02
The following reply was made to PR bin/29151; it has been noted by GNATS.
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
To: perseant@netbsd.org
Cc: gnats-bugs@netbsd.org
Subject: Re: bin/29151
Date: Fri, 20 May 2005 10:12:35 +0200
First of my feedback emails, that I forgot to append to the audit trail:
> 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!