Skip to content
Commit 15c31be4 authored by Jens Axboe's avatar Jens Axboe
Browse files

cfq-iosched: fix async queue behaviour



With the cfq_queue hash removal, we inadvertently got rid of the
async queue sharing. This was not intentional, in fact CFQ purposely
shares the async queue per priority level to get good merging for
async writes.

So put some logic in cfq_get_queue() to track the shared queues.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 72d3a38e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment