Subject: CVS commit: syssrc/sys/ufs/ufs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/18/2002 04:05:53
Module Name: syssrc
Committed By: yamt
Date: Fri Oct 18 01:05:53 UTC 2002
Modified Files:
syssrc/sys/ufs/ufs: ufs_readwrite.c
Log Message:
make sure to update the vnode's size even if uiomove failed.
otherwise, softdep states can't be flushed later.
ok'ed by Chuck Silvers. fix PR/16670.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/ufs/ufs/ufs_readwrite.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.