light: parameterize aio instances correctly

This commit is contained in:
Thomas Schoebel-Theuer 2012-11-06 10:52:19 +01:00 committed by Thomas Schoebel-Theuer
parent 06fd65e852
commit 4b94866c80
1 changed files with 2 additions and 2 deletions

View File

@ -2244,7 +2244,7 @@ void _rotate_trans(struct mars_rotate *rot)
make_brick_all(rot->global,
rot->next_relevant_log,
false,
NULL,
_set_aio_params_nocache,
NULL,
10 * HZ,
rot->next_relevant_log->d_path,
@ -2350,7 +2350,7 @@ int _start_trans(struct mars_rotate *rot)
make_brick_all(rot->global,
rot->relevant_log,
false,
NULL,
_set_aio_params_nocache,
NULL,
10 * HZ,
rot->relevant_log->d_path,