Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/31/2000 16:25:56
Module Name: syssrc
Committed By: chs
Date: Mon Jan 1 00:25:42 UTC 2001
Modified Files:
syssrc/sys/msdosfs: msdosfs_denode.c msdosfs_fat.c
Log Message:
zero the pages for newly allocated clusters in deextend() after we
notify UVM of the file's new size rather than in extendfile().
fixes PR 11852.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/msdosfs/msdosfs_denode.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/msdosfs/msdosfs_fat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.