[kernel] r13772 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Wed Jun 10 15:29:06 UTC 2009


Author: maks
Date: Wed Jun 10 15:29:05 2009
New Revision: 13772

Log:
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.

Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Wed Jun 10 13:43:01 2009	(r13771)
+++ dists/trunk/linux-2.6/debian/config/config	Wed Jun 10 15:29:05 2009	(r13772)
@@ -2459,7 +2459,7 @@
 ## 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



More information about the Kernel-svn-changes mailing list