Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 02/23/2003 06:32:07
Module Name:	src
Committed By:	perseant
Date:		Sun Feb 23 04:32:07 UTC 2003

Modified Files:
	src/sbin/fsck_lfs: pass5.c
	src/sbin/newfs_lfs: lfs.c
	src/usr.sbin/dumplfs: dumplfs.c

Log Message:
Make the "-O" (start filesystem offset) flag to newfs_lfs work correctly,
and update fsck_lfs and dumplfs to deal with it.  Note that while the argument
to -O is given in disk sectors, it must be a multiple of the fragment size,
and although it can be lower than the label or superblock, it can't intersect
either.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sbin/fsck_lfs/pass5.c
cvs rdiff -r1.24 -r1.25 src/sbin/newfs_lfs/lfs.c
cvs rdiff -r1.23 -r1.24 src/usr.sbin/dumplfs/dumplfs.c

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