mirror of
https://github.com/schoebel/mars
synced 2025-04-10 19:41:42 +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);
|
EXPORT_SYMBOL_GPL(aio_sync_threshold);
|
||||||
|
|
||||||
int aio_sync_mode = 1;
|
int aio_sync_mode = 2;
|
||||||
EXPORT_SYMBOL_GPL(aio_sync_mode);
|
EXPORT_SYMBOL_GPL(aio_sync_mode);
|
||||||
|
|
||||||
///////////////////////// own type definitions ////////////////////////
|
///////////////////////// own type definitions ////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user