]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext3: remove #ifdef CONFIG_EXT3_INDEX
authorEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2007 06:30:23 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:01 +0000 (08:43 -0700)
commit059590f495f9c6e89cb018b9e612c3eec2336109
tree89f86070d05fc3c153a0f6a506ac315ef87cba3a
parenta9c62a18a291499d15a370d08771e781fbaf91e6
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 <sandeen@redhat.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/dir.c
fs/ext3/namei.c
include/linux/ext3_fs.h