>I have added calls to run_task_queue(&tq_disk) to the code, and it makes
>the AIO performance go way up. I noticed that the current task is
That's normal. Running run_task_queue(&tq_disk) when not necessary can
_only_ harm performance since it doesn't allow the plugging code and the
elevator to do their work.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/