projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcee19f
)
ext4: Update EXT4_USE_FOR_EXT2 description
author
Jean Delvare
<
[email protected]
>
Thu, 24 Sep 2015 10:38:22 +0000
(12:38 +0200)
committer
Jan Kara
<
[email protected]
>
Thu, 24 Sep 2015 11:27:47 +0000
(13:27 +0200)
Configuration option EXT4_USE_FOR_EXT2 has no effect on ext3 support.
Support for ext3 is always included now.
Signed-off-by: Jean Delvare <
[email protected]
>
Fixes: c290ea01ab ("fs: Remove ext3 filesystem driver")
Cc: Jan Kara <
[email protected]
>
Cc: Theodore Ts'o <
[email protected]
>
Cc: Andreas Dilger <
[email protected]
>
Signed-off-by: Jan Kara <
[email protected]
>
fs/ext4/Kconfig
patch
|
blob
|
history
diff --git
a/fs/ext4/Kconfig
b/fs/ext4/Kconfig
index 47728da7702cdf69d2977af996dea42170a8b07d..b46e9fc641960aeba81b48d61b6e933d724b5205 100644
(file)
--- a/
fs/ext4/Kconfig
+++ b/
fs/ext4/Kconfig
@@
-63,7
+63,7
@@
config EXT4_FS
If unsure, say N.
config EXT4_USE_FOR_EXT2
- bool "Use ext4 for ext2
/ext3
file systems"
+ bool "Use ext4 for ext2 file systems"
depends on EXT4_FS
depends on EXT2_FS=n
default y