]> Pileus Git - ~andy/linux/commitdiff
ext4: Fix Kconfig typo for ext4dev
authorManish Katiyar <mkatiyar@gmail.com>
Mon, 13 Oct 2008 13:01:02 +0000 (09:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Oct 2008 13:01:02 +0000 (09:01 -0400)
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>
fs/Kconfig

index 9e9d70c02a07c9a8876f71c3445ac5092c563810..d0a1174fb516c14f63862e42919d74c044df7882 100644 (file)
@@ -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.