]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitf287a1a56130be5fdb96a4a62d1290bd064f308e
tree992ac8f5fef83cafae53b8fe00844f2ad3e79d07
parent3e624fc72fba09b6f999a9fbb87b64efccd38036
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>
fs/ext4/inode.c
fs/ext4/super.c