copy: speedup by making overlap the default

Since commit 62e2f5944b, aio prevents races on the length
of a transaction logfile.

Thefore, we can safely enable IO parallelism at writes fired off
by copy.

The old behaviour was a serious IO bottleneck.
This commit is contained in:
Thomas Schoebel-Theuer 2013-08-06 13:01:09 +02:00
parent 3f3a4c365a
commit 4b59be870e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "mars_copy.h"
int mars_copy_overlap = 0;
int mars_copy_overlap = 1;
EXPORT_SYMBOL_GPL(mars_copy_overlap);
int mars_copy_read_prio = MARS_PRIO_NORMAL;