On Sun, Nov 17, 2019 at 11:12:17AM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Redefine XFS_IS_CORRUPT so that it reports corruptions only via > xfs_corruption_report. Since these are on-disk contents (and not checks > of internal state), we don't ever want to panic the kernel. This also > amends the corruption report to recommend unmounting and running > xfs_repair. xfs/348 seems to pass fine for me with this. Reviewed-by: Christoph Hellwig <hch@xxxxxx>