ext4: Remove "extents" mount option
authorTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 19:53:16 +0000 (14:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 19:53:16 +0000 (14:53 -0500)
commit83982b6f47201c4c7767210d24d7d8c99567a0b3
treef1c19b1c6b5a34dd0c5de7519b78414b7a9267ee
parent4d783b093cd4f3e2738527365979cbd1c5101065
ext4: Remove "extents" mount option

This mount option is largely superfluous, and in fact the way it was
implemented was buggy; if a filesystem which did not have the extents
feature flag was mounted -o extents, the filesystem would attempt to
create and use extents-based file even though the extents feature flag
was not eabled.  The simplest thing to do is to nuke the mount option
entirely.  It's not all that useful to force the non-creation of new
extent-based files if the filesystem can support it.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Documentation/filesystems/ext4.txt
fs/ext4/ext4.h
fs/ext4/ext4_jbd2.h
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/migrate.c
fs/ext4/super.c