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

Commit 473dc8ed authored by Manish Katiyar's avatar Manish Katiyar Committed by Theodore Ts'o
Browse files

ext4: Fix Kconfig typo for ext4dev



Looks like there is one more instance where ext4dev should be changed
to ext4 because the module name will be "ext4" unless EXT4DEV_COMPAT
is selected.

Signed-off-by: default avatarManish Katiyar <mkatiyar@gmail.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent cab893d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ config EXT4_FS
	  filesystem initially.

	  To compile this file system support as a module, choose M here. The
	  module will be called ext4dev.
	  module will be called ext4.

	  If unsure, say N.