aio: use aio_sync_mode=2 by default

This commit is contained in:
Thomas Schoebel-Theuer 2014-03-17 13:52:28 +01:00 committed by Thomas Schoebel-Theuer
parent 64e75d404a
commit f45c3fbdd3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct threshold aio_sync_threshold = {
};
EXPORT_SYMBOL_GPL(aio_sync_threshold);
int aio_sync_mode = 1;
int aio_sync_mode = 2;
EXPORT_SYMBOL_GPL(aio_sync_mode);
///////////////////////// own type definitions ////////////////////////