]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
ext4: Don't use delayed allocation by default when used instead of ext3
authorJan Kara <jack@suse.cz>
Thu, 25 Mar 2010 00:18:37 +0000 (20:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 25 Mar 2010 00:18:37 +0000 (20:18 -0400)
commitba69f9ab7df844125898104e854e063b47c26637
treed986b7fd25251f703d1f030f9eaa072b2daf55f2
parent37f328eb60a94779dd020084209fc4db2d6444a0
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 <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c