Skip to content
Commit bdddf342 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatarTheodore Ts'o <tytso@mit.edu>
parent 6febe6f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment