diff options
author | 2022-05-27 10:21:04 +1000 | |
---|---|---|
committer | 2022-05-27 10:21:04 +1000 | |
commit | 5b55cbc2d72632e874e50d2e36bce608e55aaaea (patch) | |
tree | 880e2e510887f1f88e8fa673603e80b1bbf768c0 /scripts/gdb/linux/utils.py | |
parent | xfs: avoid unnecessary runtime sibling pointer endian conversions (diff) | |
download | wireguard-linux-5b55cbc2d72632e874e50d2e36bce608e55aaaea.tar.xz wireguard-linux-5b55cbc2d72632e874e50d2e36bce608e55aaaea.zip |
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions