summaryrefslogtreecommitdiffstats
path: root/fs/ext4/Kconfig
diff options
context:
space:
mode:
authorTheodore Ts'o2009-12-10 03:09:58 +0100
committerTheodore Ts'o2009-12-10 03:09:58 +0100
commita214238d3bb03723f820b0a398928d8e1637c987 (patch)
treed4ca39dc2701279f815a7b4f4b47b1ac339ed35e /fs/ext4/Kconfig
parentjbd2: Export jbd2_log_start_commit to fix ext4 build (diff)
downloadkernel-qcow2-linux-a214238d3bb03723f820b0a398928d8e1637c987.tar.gz
kernel-qcow2-linux-a214238d3bb03723f820b0a398928d8e1637c987.tar.xz
kernel-qcow2-linux-a214238d3bb03723f820b0a398928d8e1637c987.zip
ext4: Do not override ext2 or ext3 if built they are built as modules
The CONFIG_EXT4_USE_FOR_EXT23 option must not try to take over the ext2 or ext3 file systems if the those file system drivers are configured to be built as mdoules. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r--fs/ext4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index a6b4e93833d6..9acf7e808139 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -28,7 +28,7 @@ config EXT4_FS
config EXT4_USE_FOR_EXT23
bool "Use ext4 for ext2/ext3 file systems"
- depends on !EXT3_FS || !EXT2_FS
+ depends on EXT3_FS=n || EXT2_FS=n
default y
help
Allow the ext4 file system driver code to be used for ext2 or