ext3: Always set dx_node's fake_dirent explicitly.
authorEric Sandeen <sandeen@redhat.com>
Fri, 4 Mar 2011 22:04:08 +0000 (16:04 -0600)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Apr 2011 14:53:18 +0000 (16:53 +0200)
commit451d692b122af43b68fb75466d8f94cf35ad9680
tree659850465a02682ed6c647c9e0f840bea5e682d6
parent9bcd1bb8ba9c81477d2684888facd76ff287611b
ext3: Always set dx_node's fake_dirent explicitly.

commit d7433142b63d727b5a217c37b1a1468b116a9771 upstream.

(crossport of 1f7bebb9e911d870fa8f997ddff838e82b5715ea
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>
fs/ext3/namei.c