ext4: Remove automatic enabling of the HUGE_FILE feature flag
authorTheodore Ts'o <tytso@mit.edu>
Fri, 17 Oct 2008 02:50:48 +0000 (22:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Oct 2008 02:50:48 +0000 (22:50 -0400)
If the HUGE_FILE feature flag is not set, don't allow the creation of
large files, instead of automatically enabling the feature flag.
Recent versions of mke2fs will set the HUGE_FILE flag automatically
anyway for ext4 filesystems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found