commit | 1f7bebb9e911d870fa8f997ddff838e82b5715ea | [log] [tgz] |
---|---|---|
author | Andreas Schlick <schlick@lavabit.com> | Thu Sep 10 23:16:07 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 10 23:16:07 2009 -0400 |
tree | be0efe4467b3f7f079e7f20d7580677580947017 | |
parent | 0e3d2a6313d03413d93327202a60256d1d726fdc [diff] |
ext4: Always set dx_node's fake_dirent explicitly. When ext4_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: Andreas Schlick <schlick@lavabit.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>