Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7823b6b authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull ext4 Kconfig description fixup from Jan Kara:
 "A small fixup in description of EXT4_USE_FOR_EXT2 config option"

* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  ext4: Update EXT4_USE_FOR_EXT2 description
parents 176bed1d d4eb6dee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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