cfq-iosched: use appropriate run queue function
authorJens Axboe <axboe@fb.com>
Sat, 3 Dec 2016 02:52:14 +0000 (19:52 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 5 Dec 2016 18:17:48 +0000 (11:17 -0700)
commit644650a128f406021a437ca00c65c54683ac4f64
treeae1b1a7e85beb58a687cabc1b1e472b4af6c9eaf
parentc08f4a43905de134ce2a6bc2351fcdc643898b2c
cfq-iosched: use appropriate run queue function

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 <axboe@fb.com>
block/cfq-iosched.c