commit | bdddf342796765a1a946e7c4aed2574f4488e4e5 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jun 23 00:47:05 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jun 23 00:47:05 2017 -0400 |
tree | 0ca09f4c7bde183969ea9a5ff7ff09a15c3f8a57 | |
parent | 6febe6f253a5bb5c7ac2080d688bd4b75e019d4d [diff] |
ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry() Previously a bad directory block with a bad checksum is skipped; we should be returning EFSBADCRC (aka EBADMSG). Signed-off-by: Theodore Ts'o <tytso@mit.edu>