From: Eric Sandeen Date: Fri, 11 Jul 2008 23:27:31 +0000 (-0400) Subject: ext4: do not set extents feature from the kernel X-Git-Tag: v2.6.27-rc1~1087^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4079a11f5ed966b7d972cc69e8d337a0f095e32;p=pandora-kernel.git ext4: do not set extents feature from the kernel We've talked for a while about getting rid of any feature- setting from the kernel; this gets rid of the code which would set the INCOMPAT_EXTENTS flag on the first file write when mounted as ext4[dev]. With this patch, if the extents feature is not already set on disk, then mounting as ext4 will fall back to noextents with a warning, and if -o extents is explicitly requested, the mount will fail, also with warning. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed