Subject: Re: PR/33777 CVS commit: src/sys/ufs/ffs
To: None <yamt@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Simon Burge <simonb@NetBSD.org>
List: netbsd-bugs
Date: 10/21/2006 13:20:02
The following reply was made to PR kern/33777; it has been noted by GNATS.
From: Simon Burge <simonb@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: yamt@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: PR/33777 CVS commit: src/sys/ufs/ffs
Date: Sat, 21 Oct 2006 23:19:07 +1000
YAMAMOTO Takashi wrote:
> The following reply was made to PR kern/33777; it has been noted by GNATS.
>
> From: YAMAMOTO Takashi <yamt@netbsd.org>
> To: gnats-bugs@NetBSD.org
> Cc:
> Subject: PR/33777 CVS commit: src/sys/ufs/ffs
> Date: Tue, 17 Oct 2006 11:39:18 +0000 (UTC)
>
> Module Name: src
> Committed By: yamt
> Date: Tue Oct 17 11:39:18 UTC 2006
>
> Modified Files:
> src/sys/ufs/ffs: ffs_inode.c
>
> Log Message:
> ffs_truncate: don't forget to zero the past eof in the case of
> blocksize < pagesize. PR/33777 from Simon Burge.
> XXX check other filesystems, esp. lfs.
I can confirm that a -current kernel (with this change) doesn't have the
problem on a Walnut.
Should the PR be closed before other filesystems have been checked?
Thanks,
Simon.