Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs/lfs
Module Name: syssrc
Committed By: perseant
Date: Mon Feb 11 02:47:30 UTC 2002
Modified Files:
syssrc/sys/ufs/lfs: lfs_bio.c lfs_extern.h lfs_vnops.c
Log Message:
Include the space taken by inodes in the count made by lfs_check();
make VOP_SETATTR call lfs_check. This prevents large numbers of inode
changes (say, at the end of tar(1)) from filling the buffer cache.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/ufs/lfs/lfs_vnops.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