Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ffs
Module Name: src
Committed By: mycroft
Date: Sat Aug 14 02:26:57 UTC 2004
Modified Files:
src/sys/ufs/ffs: ffs_inode.c
Log Message:
Partially fix a performance problem in the partial-truncate case. We were
doing synchronous writes unnecessarily in a couple of places. Now it's 1
write per truncate in my test case rather than 3. :-P
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/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