diff options
-rw-r--r-- | block/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index ac0956f77785..0cbb3b88b59a 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -36,6 +36,12 @@ config LBD | |||
36 | This option also enables support for single files larger than | 36 | This option also enables support for single files larger than |
37 | 2TB. | 37 | 2TB. |
38 | 38 | ||
39 | The ext4 filesystem requires that this feature be enabled in | ||
40 | order to support filesystems that have the huge_file feature | ||
41 | enabled. Otherwise, it will refuse to mount any filesystems | ||
42 | that use the huge_file feature, which is enabled by default | ||
43 | by mke2fs.ext4. The GFS2 filesystem also requires this feature. | ||
44 | |||
39 | If unsure, say N. | 45 | If unsure, say N. |
40 | 46 | ||
41 | config BLK_DEV_IO_TRACE | 47 | config BLK_DEV_IO_TRACE |