瀏覽代碼

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: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Manish Katiyar 16 年之前
父節點
當前提交
473dc8eddb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/Kconfig

+ 1 - 1
fs/Kconfig

@@ -160,7 +160,7 @@ config EXT4_FS
 	  filesystem initially.
 	  filesystem initially.
 
 
 	  To compile this file system support as a module, choose M here. The
 	  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.
 	  If unsure, say N.