diff options
author | Manish Katiyar <mkatiyar@gmail.com> | 2008-10-13 09:01:02 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-10-13 09:01:02 -0400 |
commit | 473dc8eddb049055ef823e000ad968ebd56cdaca (patch) | |
tree | e183f0bb8f33a1706eefad20adbde81862a0882d /fs/Kconfig | |
parent | cab893d9096a2cfe604fcad84c745def3a31a721 (diff) |
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>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 9e9d70c02a07..d0a1174fb516 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -160,7 +160,7 @@ config EXT4_FS | |||
160 | filesystem initially. | 160 | filesystem initially. |
161 | 161 | ||
162 | To compile this file system support as a module, choose M here. The | 162 | To compile this file system support as a module, choose M here. The |
163 | module will be called ext4dev. | 163 | module will be called ext4. |
164 | 164 | ||
165 | If unsure, say N. | 165 | If unsure, say N. |
166 | 166 | ||