Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/26/2001 19:37:16
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Jan 26 17:37:16 UTC 2001

Modified Files:
	basesrc/sbin/fsck_ffs: extern.h fsck.h main.c pass5.c setup.c

Log Message:
In pass 5, check alternate superblocks for consistency with
the current in-core master superblock, and fix them up if
they're incorrect.  Move the code that writes the alternate
superblocks if (cvtlevel || doswap) into pass 5 for efficiency.

Reviewd by Charles Hannum, and used by me to fix up a curdled
file system.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/sbin/fsck_ffs/extern.h
cvs rdiff -r1.22 -r1.23 basesrc/sbin/fsck_ffs/fsck.h
cvs rdiff -r1.35 -r1.36 basesrc/sbin/fsck_ffs/main.c
cvs rdiff -r1.25 -r1.26 basesrc/sbin/fsck_ffs/pass5.c
cvs rdiff -r1.40 -r1.41 basesrc/sbin/fsck_ffs/setup.c

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