mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 05:11:32 +00:00
ext4: Update EXT4_USE_FOR_EXT2 description
Configuration option EXT4_USE_FOR_EXT2 has no effect on ext3 support.
Support for ext3 is always included now.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: c290ea01ab
("fs: Remove ext3 filesystem driver")
Cc: Jan Kara <jack@suse.cz>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.com>
This commit is contained in:
parent
bcee19f424
commit
d4eb6dee47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user