]> git.baikalelectronics.ru Git - kernel.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)
commit66c949a260aedfddbc812fb46609fc90d6881aa2
tree992ac8f5fef83cafae53b8fe00844f2ad3e79d07
parent75a8a266426a4ee5fc661076d66ec4f7c47e8502
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