commit | 21491412f2ec6f13d4104de734dec0ba659d092e | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Dec 28 13:01:22 2015 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Dec 28 13:07:07 2015 -0700 |
tree | 592f39218219dcc03dec67438fcdf139b6836d51 | |
parent | d3805611130af9b911e908af9f67a3f64f4f0914 [diff] |
block: add blk_start_queue_async() We currently only have an inline/sync helper to restart a stopped queue. If drivers need an async version, they have to roll their own. Add a generic helper instead. Signed-off-by: Jens Axboe <axboe@fb.com>