OSDN Git Service

ext4: remove #ifdef CONFIG_EXT4_INDEX
authorEric Sandeen <sandeen@redhat.com>
Tue, 16 Oct 2007 22:38:25 +0000 (18:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 17 Oct 2007 22:50:00 +0000 (18:50 -0400)
commit4074fe3736b1a43431dff870bf9055ac5dcf3f03
treebd33adb6b06eef7f7405addac686ae170750903d
parentf077d0d7ea5d65d01f2ce2e7131e964c13a32433
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>
fs/ext4/dir.c
fs/ext4/namei.c
include/linux/ext4_fs.h