commit | 6a797d2737838906f2ea0a31686e87c3151e21ca | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Oct 17 16:16:04 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 17 16:16:04 2015 -0400 |
tree | c13f506c771271660fb76d3e0ba86a9e107f0ed9 | |
parent | 8c81bd8f586c46eaf114758a78d82895a2b081c2 [diff] |
ext4: call out CRC and corruption errors with specific error codes Instead of overloading EIO for CRC errors and corrupt structures, return the same error codes that XFS returns for the same issues. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>