Home
last modified time | relevance | path

Searched hist:"5 b55cbc2d72632e874e50d2e36bce608e55aaaea" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.cdiff 5b55cbc2d72632e874e50d2e36bce608e55aaaea Thu May 26 19:21:04 CDT 2022 Dave Chinner <dchinner@redhat.com> xfs: don't assert fail on perag references on teardown

Not fatal, the assert is there to catch developer attention. I'm
seeing this occasionally during recoveryloop testing after a
shutdown, and I don't want this to stop an overnight recoveryloop
run as it is currently doing.

Convert the ASSERT to a XFS_IS_CORRUPT() check so it will dump a
corruption report into the log and cause a test failure that way,
but it won't stop the machine dead.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>