ext4: Always set dx_node's fake_dirent explicitly.
authorAndreas Schlick <schlick@lavabit.com>
Fri, 11 Sep 2009 03:16:07 +0000 (23:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Sep 2009 03:16:07 +0000 (23:16 -0400)
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>
fs/ext4/namei.c

diff --cc fs/ext4/namei.c
Simple merge