[PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX

2007-10-03 Thread Theodore Ts'o
From: Eric Sandeen <[EMAIL PROTECTED]> 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 <[E

[PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX

2007-09-27 Thread Eric Sandeen
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 <[EMAIL PROTECTED]> Index: ext4.git/fs/ex