]> git.baikalelectronics.ru Git - kernel.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)
commitbfec07473c680bd487215965bd324df1a859abe6
tree89f86070d05fc3c153a0f6a506ac315ef87cba3a
parent86385a0311978053d8c5e0bcb855b98b8dd9f876
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