From: Jan Kara Date: Thu, 25 Mar 2010 00:18:37 +0000 (-0400) Subject: ext4: Don't use delayed allocation by default when used instead of ext3 X-Git-Tag: v2.6.34-rc3~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba69f9ab7df844125898104e854e063b47c26637;p=pandora-kernel.git ext4: Don't use delayed allocation by default when used instead of ext3 When ext4 driver is used to mount a filesystem instead of the ext3 file system driver (through CONFIG_EXT4_USE_FOR_EXT23), do not enable delayed allocation by default since some ext3 users and application writers have developed unfortunate expectations about the safety of writing files on systems subject to sudden and violent death without using fsync(). Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed