commit | c8e52ba5e2d6df5acaaeedda20d74f4ec3adcc82 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Dec 07 15:53:18 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Fri Dec 09 09:03:02 2016 -0700 |
tree | ddfc1af77b8a22c82e0daab9e0c93b278ca5cc82 | |
parent | 70b3ea056f3074be6d9256c312b64c0d90a4a683 [diff] |
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> Reviewed-by: Hannes Reinecke <hare@suse.com>