• J
    cfq-iosched: fix async queue behaviour · 15c31be4
    Jens Axboe 提交于
    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: NJens Axboe <jens.axboe@oracle.com>
    15c31be4
ioprio.h 1.6 KB