commit | c2414ad6e66ab96b867309454498f7fb29b7e855 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 28 16:12:34 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 29 09:50:11 2019 -0700 |
tree | a558a787f7207dd5aa09ee3512b89f9b28007518 | |
parent | 04df34ac6494b216a911c5571bf4ee299cd34164 [diff] |
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata There are a few places where we return -EIO instead of -EFSCORRUPTED when we find corrupt metadata. Fix those places. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com>