]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/Kconfig
fs/romfs: return f_fsid for statfs(2)
[linux-2.6-omap-h63xx.git] / fs / ext3 / Kconfig
index 8e0cfe44b0fcf68f8a2f78987ce77ab16c5961be..fb3c1a21b13594d1edf76fd09e6fdc35b0a5f216 100644 (file)
@@ -28,6 +28,25 @@ config EXT3_FS
          To compile this file system support as a module, choose M here: the
          module will be called ext3.
 
+config EXT3_DEFAULTS_TO_ORDERED
+       bool "Default to 'data=ordered' in ext3 (legacy option)"
+       depends on EXT3_FS
+       help
+         If a filesystem does not explicitly specify a data ordering
+         mode, and the journal capability allowed it, ext3 used to
+         historically default to 'data=ordered'.
+
+         That was a rather unfortunate choice, because it leads to all
+         kinds of latency problems, and the 'data=writeback' mode is more
+         appropriate these days.
+
+         You should probably always answer 'n' here, and if you really
+         want to use 'data=ordered' mode, set it in the filesystem itself
+         with 'tune2fs -o journal_data_ordered'.
+
+         But if you really want to enable the legacy default, you can do
+         so by answering 'y' to this question.
+
 config EXT3_FS_XATTR
        bool "Ext3 extended attributes"
        depends on EXT3_FS