On Sun, Feb 24, 2013 at 07:05:34AM -0800, David Wolfskill wrote:
> ...hine was:
> Simple patch attached; world is still building, but at least it got
> through the "make dependencies" phase this time.
> ...

That was incomplete, as it didn't (also) address the change to
getdatablk().

The attached patch actually made it through buildworld.

Note that it is entirely possible that I erred in specifying
"BT_UNKNOWN" for the additional "type" argument.

Peace,
david
-- 
David H. Wolfskill                              da...@catwhisker.org
Taliban: Evil men with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
Index: sbin/fsdb/fsdbutil.c
===================================================================
--- sbin/fsdb/fsdbutil.c	(revision 247218)
+++ sbin/fsdb/fsdbutil.c	(working copy)
@@ -239,11 +239,11 @@
 	/* for the final indirect level, don't use the cache */
 	bp = &buf;
 	bp->b_un.b_buf = bufp;
-	initbarea(bp);
+	initbarea(bp, BT_UNKNOWN);
 
 	getblk(bp, blk, sblock.fs_bsize);
     } else
-	bp = getdatablk(blk, sblock.fs_bsize);
+	bp = getdatablk(blk, sblock.fs_bsize, BT_UNKNOWN);
 
     cpl = charsperline();
     for (i = charssofar = 0; i < NINDIR(&sblock); i++) {

Attachment: pgpyt8KxvmBF3.pgp
Description: PGP signature

Reply via email to