Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 11/23/2000 00:17:40
Module Name: basesrc
Committed By: perseant
Date: Wed Nov 22 22:17:40 UTC 2000
Modified Files:
basesrc/libexec/lfs_cleanerd: cleanerd.c
Log Message:
Check for ENOENT return from lfs_{bmapv,markv} and do the right thing with it,
avoiding needless looping (possibly infinite looping) on certain kinds of
errors.
Get rid of erroneous free() in error return from add_segment.
Patch from Jesse Off <joff@gci-net.com> (PR #11547).
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/libexec/lfs_cleanerd/cleanerd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.