ext3 no longer defaults to data=ordered

these days data=writeback is used, follow upstream recommendation
and explicitly disable EXT3_DEFAULTS_TO_ORDERED that defaults to no.
tune2fs can set it anyway in the fs itself.

svn path=/dists/trunk/linux-2.6/; revision=13726
This commit is contained in:
Maximilian Attems 2009-06-05 08:20:30 +00:00
parent b40ea05b1e
commit d6c9ee2513
1 changed files with 1 additions and 0 deletions

View File

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