Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs
Module Name: syssrc
Committed By: chs
Date: Thu Nov 8 05:24:53 UTC 2001
Modified Files:
syssrc/sys/ufs/ffs: ffs_inode.c
syssrc/sys/ufs/ufs: ufs_inode.c ufs_readwrite.c
Log Message:
in both paths that can cause fragments to be expanded (write and truncate-up),
deal with the fragment expansion separately before the rest of the operation.
this allows us to simplify ufs_balloc_range() by not worrying about implicit
fragment expansion.
call VOP_PUTPAGES() directly for vnodes instead of
going through the UVM pager "put" vector.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/ufs/ufs/ufs_inode.c
cvs rdiff -r1.37 -r1.38 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.
Home |
Main Index |
Thread Index |
Old Index