blk-flush: run the queue when inserting blk-mq flush
authorJens Axboe <axboe@fb.com>
Wed, 7 Dec 2016 22:53:18 +0000 (15:53 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 7 Dec 2016 22:53:18 +0000 (15:53 -0700)
commita9c5fa07103348f4e2e1a116b74d2109a6d0d8ca
treedcb2dbee96a8506d9ec114d569c58c4770b6ca45
parentb595000045cc6f05b59ed74da687fb85c7db7c78
blk-flush: run the queue when inserting blk-mq flush

Currently we pass in to run the queue async, but don't flag the
queue to be run. We don't need to run it async here, but we should
run it. So fixup the parameters.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-flush.c