summaryrefslogtreecommitdiff
tag namereport-corruption_2019-11-22 (d5684717677efff781e54073a3aae45c506a4c10)
tag date2019-11-22 21:35:53 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit cf31c16e0f...
xfs: tidy up corruption reporting
Linus requested that I audit the XFS code base to make sure that we always log something to dmesg when returning EFSCORRUPTED or EFSBADCRC to userspace. These patches are the results of that audit. The first three patches start by refactoring a few helper methods so that in the third patch we always report something to dmesg whenever we decide to return EFSCORRUPTED.