topconfig set EXT3 to data=ordered

uhis has performance drawbacks, but is safer then data=writeback.

for 2.6.31 data=guarded is awaited as new default,
with better perforamance and still data safety.

seen set in fedora too.

svn path=/dists/trunk/linux-2.6/; revision=13772
This commit is contained in:
Maximilian Attems 2009-06-10 15:29:05 +00:00
parent 2addd9ca6a
commit 19ca9c6e8b
1 changed files with 1 additions and 1 deletions

View File

@ -2459,7 +2459,7 @@ CONFIG_EXT2_FS_SECURITY=y
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=m
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y