Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/31/2003 22:57:01
Module Name:	src
Committed By:	perseant
Date:		Mon Mar 31 19:57:00 UTC 2003

Modified Files:
	src/sbin/fsck_lfs: bufcache.c pass0.c segwrite.c setup.c utilities.c

Log Message:
Check inode free list tail pointer as well as head pointer, and write both
into the CLEANERINFO block of the Ifile as well as into the superblock.
Make preen update both superblocks.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sbin/fsck_lfs/bufcache.c \
    src/sbin/fsck_lfs/segwrite.c
cvs rdiff -r1.14 -r1.15 src/sbin/fsck_lfs/pass0.c src/sbin/fsck_lfs/setup.c
cvs rdiff -r1.11 -r1.12 src/sbin/fsck_lfs/utilities.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.