]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3e1c112fafb2b8dee74de4e2c45595eec2042d4
treebd33adb6b06eef7f7405addac686ae170750903d
parentba5cfd22665daa5940915e43c65654e37d43c540
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