[PATCH 2/7] cfq-iosched: use appropriate run queue function

2016-12-05 Thread Jens Axboe
For MQ devices, we have to use other functions to run the queue. No functional changes in this patch, just a prep patch for support legacy schedulers on blk-mq. Signed-off-by: Jens Axboe --- block/cfq-iosched.c | 22 +++--- 1 file changed, 19 insertions(+), 3

[PATCH 2/7] cfq-iosched: use appropriate run queue function

2016-12-05 Thread Jens Axboe
For MQ devices, we have to use other functions to run the queue. No functional changes in this patch, just a prep patch for support legacy schedulers on blk-mq. Signed-off-by: Jens Axboe --- block/cfq-iosched.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff