Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: perseant
Date: Tue Jul 4 22:30:38 UTC 2000
Modified Files:
syssrc/sys/ufs/lfs: lfs.h lfs_balloc.c lfs_inode.c lfs_segment.c
lfs_syscalls.c
Log Message:
Fix errors observed while trying to fill the filesystem with yesterday's
fixes:
- Write copies of bfree and avail in the CLEANERINFO block, so the
cleaner doesn't have to guess which superblock has the current
information (if indeed any do).
- Tighten up accounting of lfs_avail (more needs to be done).
- When cleansing indirect blocks of UNWRITTEN, make sure not to mark
them clean, since they'll need to be rewritten later.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/ufs/lfs/lfs.h
cvs rdiff -r1.23 -r1.24 syssrc/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.54 -r1.55 syssrc/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/ufs/lfs/lfs_syscalls.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