ext3: make default data ordering mode configurable
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 00:16:47 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 00:16:47 +0000 (17:16 -0700)
commitbbae8bcc49bc4d002221dab52c79a50a82e7cd1f
tree7144a78d9f734734e977cef45c012a1cd4e98008
parente0724bf6e4a1f2e678d2b2aab01cae22e17862f0
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 <torvalds@linux-foundation.org>
fs/ext3/Kconfig
fs/ext3/super.c