Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext3: Always set dx_node's fake_dirent explicitly.
commit d743314 upstream. (crossport of 1f7bebb by Andreas Schlick <schlick@lavabit.com>) When ext3_dx_add_entry() has to split an index node, it has to ensure that name_len of dx_node's fake_dirent is also zero, because otherwise e2fsck won't recognise it as an intermediate htree node and consider the htree to be corrupted. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information