Skip to content

Commit

Permalink
ext4: Update EXT4_USE_FOR_EXT2 description
Browse files Browse the repository at this point in the history
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: c290ea0 ("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]>
  • Loading branch information
jdelvare authored and Jan Kara committed Sep 24, 2015
1 parent bcee19f commit d4eb6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4eb6de

Please sign in to comment.