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>
Thu, 8 Dec 2016 20:04:37 +0000 (13:04 -0700)
commit4692f7089ff206d59db0390e775e35d512792149
treedcb2dbee96a8506d9ec114d569c58c4770b6ca45
parentcdb3b3473973e62c976cd16a93d2e10ee1414413
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