Skip to content

Commit

Permalink
block: Add Kconfig help which notes that ext4 needs CONFIG_LBD
Browse files Browse the repository at this point in the history
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Theodore Ts'o committed Jan 6, 2009
1 parent abda141 commit 4d783b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ config LBD
This option also enables support for single files larger than
2TB.

The ext4 filesystem requires that this feature be enabled in
order to support filesystems that have the huge_file feature
enabled. Otherwise, it will refuse to mount any filesystems
that use the huge_file feature, which is enabled by default
by mke2fs.ext4. The GFS2 filesystem also requires this feature.

If unsure, say N.

config BLK_DEV_IO_TRACE
Expand Down

0 comments on commit 4d783b0

Please sign in to comment.