Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/20/2001 11:26:00
Module Name: syssrc
Committed By: chs
Date: Thu Sep 20 08:26:00 UTC 2001
Modified Files:
syssrc/sys/ufs/ffs: ffs_inode.c
Log Message:
we can't assert that the inode and vnode sizes are consistent at the start
of ffs_truncate() since there are cases (eg. when ffs_write() gets ENOSPC)
where they should be different. move the assert to the end instead.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/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.