Skip to content

Commit

Permalink
ext4: Fix Kconfig typo for ext4dev
Browse files Browse the repository at this point in the history
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: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
Manish Katiyar authored and Theodore Ts'o committed Oct 13, 2008
1 parent cab893d commit 473dc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 473dc8e

Please sign in to comment.