block: add blk_start_queue_async()
authorJens Axboe <axboe@fb.com>
Mon, 28 Dec 2015 20:01:22 +0000 (13:01 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 28 Dec 2015 20:07:07 +0000 (13:07 -0700)
commit21491412f2ec6f13d4104de734dec0ba659d092e
tree592f39218219dcc03dec67438fcdf139b6836d51
parentd3805611130af9b911e908af9f67a3f64f4f0914
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>
block/blk-core.c
include/linux/blkdev.h