commit | f287a1a56130be5fdb96a4a62d1290bd064f308e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Oct 16 22:50:48 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 16 22:50:48 2008 -0400 |
tree | 992ac8f5fef83cafae53b8fe00844f2ad3e79d07 | |
parent | 3e624fc72fba09b6f999a9fbb87b64efccd38036 [diff] |
ext4: Remove automatic enabling of the HUGE_FILE feature flag 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>