Subject: PR/33777 CVS commit: src/sys/ufs/ffs
To: None <yamt@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 10/17/2006 11:40:02
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.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.84 -r1.85 src/sys/ufs/ffs/ffs_inode.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.