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 Jun 15 22:25:42 UTC 1999

Modified Files:

        syssrc/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_balloc.c lfs_inode.c
            lfs_segment.c

Log Message:

Minor changes to the segment live bytes calculation.  In particular, fixed
a bug in fragment extension that could run the count negative.  Also, don't
overcount for inodes, and don't count segment summaries.  Thus, for empty
segments the live bytes count should now be exactly zero.


--
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/ufs/lfs/lfs.h
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/ufs/lfs/lfs_segment.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