mirror of
https://github.com/schoebel/mars
synced 2025-04-01 22:58:34 +00:00
aio: use aio_sync_mode=2 by default
This commit is contained in:
parent
64e75d404a
commit
f45c3fbdd3
@ -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 ////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user