Subject: CVS commit: src/sbin/resize_ffs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/21/2004 21:02:01
Module Name: src
Committed By: dsl
Date: Sun Mar 21 21:02:01 UTC 2004
Modified Files:
src/sbin/resize_ffs: resize_ffs.c
Log Message:
Dunno why this code is playing 'hunt the superblock', but stop it
finding an ffsv1 sb at 64k.
Also stop it playing with fs that have 'FS_FLAGS_UPDATED' set.
It certainly doesn't act on that falg, and my guess is that it is
playing the pre-ffsv2 fs.
Fixes part of PR kern/24809
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sbin/resize_ffs/resize_ffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.