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

Maximilian Attems maks at alioth.debian.org
Fri Jun 5 08:20:31 UTC 2009


Author: maks
Date: Fri Jun  5 08:20:30 2009
New Revision: 13726

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

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	Fri Jun  5 08:20:26 2009	(r13725)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jun  5 08:20:30 2009	(r13726)
@@ -2452,6 +2452,7 @@
 ## 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



More information about the Kernel-svn-changes mailing list