make aio slightly more robust

This commit is contained in:
Thomas Schoebel-Theuer 2012-02-07 09:24:10 +01:00 committed by Thomas Schoebel-Theuer
parent a596ee5a4d
commit c0dcc32df4

View File

@ -534,7 +534,7 @@ int aio_sync_thread(void *data)
tinfo->event,
kthread_should_stop() ||
_dequeue(tinfo, false),
60 * HZ);
1 * HZ);
traced_lock(&tinfo->lock, flags);
for (i = 0; i < MARS_PRIO_NR; i++) {