commit | a37f7b127ed3dcfab3edc105482891711c1966b3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jun 03 16:10:14 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 04 14:45:30 2018 -0700 |
tree | 054adcbb4fc9396a8587fc2b64475fada77bfccf | |
parent | b3986010cea509842edf15c56ca10c18befdcafb [diff] |
xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption Return -EFSCORRUPTED when the bnobt/cntbt return obviously corrupt values, rather than letting them bounce around in the internal code. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>