On Mon, Sep 07, 2020 at 10:52:16AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > If reading the root block of an extended attribute structure fails due > to a corruption error, we should junk the block since we know it's bad. > There's no point in moving on to the (rather insufficient) checks in the > attr code. > > Found by fuzzing hdr.freemap[1].base = ones in xfs/400. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>