On Wed, Sep 16, 2020 at 08:28:39PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > When xchk_da_btree_block is loading a non-root dabtree block, we know > that the parent block had to have a (hashval, address) pointer to the > block that we just loaded. Check that the hashval in the parent matches > the block we just loaded. > > This was found by fuzzing nbtree[3].hashval = ones in xfs/394. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>