projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149feb0
)
ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
author
David Howells
<dhowells@redhat.com>
Mon, 21 Dec 2009 15:54:09 +0000
(10:54 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 21 Dec 2009 15:54:09 +0000
(10:54 -0500)
Don't offer to build ext2/3 support into ext4 if ext4 itself is not
configured on.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/Kconfig
b/fs/ext4/Kconfig
index 9acf7e808139d3df688da7d66ffb33b5cf081d8e..9ed1bb1f319f381b700a6386a4d8d068d04e0fdf 100644
(file)
--- a/
fs/ext4/Kconfig
+++ b/
fs/ext4/Kconfig
@@
-28,6
+28,7
@@
config EXT4_FS
config EXT4_USE_FOR_EXT23
bool "Use ext4 for ext2/ext3 file systems"
+ depends on EXT4_FS
depends on EXT3_FS=n || EXT2_FS=n
default y
help