From: Eric Sandeen Date: Tue, 16 Oct 2007 22:38:25 +0000 (-0400) Subject: ext4: remove #ifdef CONFIG_EXT4_INDEX X-Git-Tag: v2.6.24-rc1~463 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4074fe3736b1a43431dff870bf9055ac5dcf3f03;p=pandora-kernel.git ext4: remove #ifdef CONFIG_EXT4_INDEX CONFIG_EXT4_INDEX is not an exposed config option in the kernel, and it is unconditionally defined in ext4_fs.h. tune2fs is already able to turn off dir indexing, so at this point it's just cluttering up the code. Remove it. Signed-off-by: Eric Sandeen Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" Signed-off-by: Andrew Morton --- Reading git-diff-tree failed