Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   perseant
Date:           Wed Aug 25 00:14:13 UTC 1999

Modified Files:
        basesrc/libexec/lfs_cleanerd: library.c

Log Message:
Remove partial-segment timestamp optimization from lfs_segmapv.  If "time"
is not monotonically increasing (e.g. clock is slaved to another system)
the optimization will result in segments being treated as corrupt
(uncleanable).  If enough such "bad" segments were created, the cleaner would
clean continuously, and after some time the system would panic with "no
clean segments".

(Legitimately old partial-segments are relatively rare, and will have their
blocks culled by lfs_bmapv.)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/libexec/lfs_cleanerd/library.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