From: Andreas Schlick Date: Fri, 11 Sep 2009 03:16:07 +0000 (-0400) Subject: ext4: Always set dx_node's fake_dirent explicitly. X-Git-Tag: v2.6.32-rc1~633^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7bebb9e911d870fa8f997ddff838e82b5715ea;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed