Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/ufs/ffs



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.




Home | Main Index | Thread Index | Old Index