commit | 895e196fb6f84402dcd0c1d3c3feb8a58049564e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 06 09:17:43 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 10 16:54:18 2019 -0800 |
tree | 70d0fe537d7982ec770b6dad9a02fd028e0e665c | |
parent | 2fe4f92834c40e81945284b3eaf4610c4dd84e9d [diff] |
xfs: convert EIO to EFSCORRUPTED when log contents are invalid Convert EIO to EFSCORRUPTED in the logging code when we can determine that the log contents are invalid. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>