> > /* Scrub a da btree hash (key). */ > > @@ -136,7 +113,7 @@ xchk_da_btree_hash( > > > > /* Is this hash no larger than the parent hash? */ > > blks = ds->state->path.blk; > > - entry = xchk_da_btree_entry(ds, level - 1, blks[level - 1].index); > > This eliminates the only user of blks, which means the variable can be > removed. The rest looks fine though. Fixed.