Subject: CVS commit: src/sbin/resize_ffs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 07/05/2007 21:38:20
Module Name: src
Committed By: bouyer
Date: Thu Jul 5 21:38:20 UTC 2007
Modified Files:
src/sbin/resize_ffs: resize_ffs.c
Log Message:
readat() expects the offset in DEV_BSIZE units. This made resize_ffs find the
filesystem on a vnd partition for me. It did grow the filesystem, and after
a fsck -f on the partition to fix a few superblock inconsistencies, all
looks good.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 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.