Permalink
Please sign in to comment.
Browse files
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>
- Loading branch information...
Showing
with
26 additions
and 1 deletion.
- +19 −0 fs/ext3/Kconfig
- +7 −1 fs/ext3/super.c
19
fs/ext3/Kconfig
8
fs/ext3/super.c
0 comments on commit
bbae8bc