Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 05/05/2002 20:00:08
Module Name: syssrc
Committed By: chs
Date: Sun May 5 17:00:07 UTC 2002
Modified Files:
syssrc/sys/ufs/ffs: ffs_extern.h ffs_vnops.c
Log Message:
for softdep vnodes, always write together the pages for any block that
might have a dependency , since the accounting doesn't work otherwise.
fixes PRs 15364 16336 16448.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.48 -r1.49 syssrc/sys/ufs/ffs/ffs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.