From: Linus Torvalds Date: Tue, 7 Apr 2009 00:16:47 +0000 (-0700) Subject: ext3: make default data ordering mode configurable X-Git-Tag: v2.6.30-rc1~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbae8bcc49bc4d002221dab52c79a50a82e7cd1f;p=pandora-kernel.git ext3: make default data ordering mode configurable This makes the defautl ext3 data ordering mode (when no explicit ordering is set) configurable, so as to allow people to default to 'data=writeback' and get the resulting latency improvements. This is a non-issue if a filesystem has been explicitly set to some ordering (with 'tune2fs'). Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed