From: Eric Sandeen Date: Wed, 17 Oct 2007 06:30:23 +0000 (-0700) Subject: ext3: remove #ifdef CONFIG_EXT3_INDEX X-Git-Tag: v2.6.24-rc1~591 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059590f495f9c6e89cb018b9e612c3eec2336109;p=pandora-kernel.git ext3: remove #ifdef CONFIG_EXT3_INDEX CONFIG_EXT3_INDEX is not an exposed config option in the kernel, and it is unconditionally defined in ext3_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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed