commit | 4074fe3736b1a43431dff870bf9055ac5dcf3f03 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Oct 16 18:38:25 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 17 18:50:00 2007 -0400 |
tree | bd33adb6b06eef7f7405addac686ae170750903d | |
parent | f077d0d7ea5d65d01f2ce2e7131e964c13a32433 [diff] |
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 <sandeen@redhat.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>