]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5481b6ae7bcc9b616c815cd7586dd4565974b075
tree592f39218219dcc03dec67438fcdf139b6836d51
parente4f0fe1f3ccd993fa84e74d836fad5efc9c2e489
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