block: add kblockd_schedule_delayed_work_on()
authorJens Axboe <axboe@fb.com>
Tue, 8 Apr 2014 15:17:40 +0000 (09:17 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:44 +0000 (12:54 -0600)
commita0b5775b216dbaf926de38037da605d2c5cf65d0
tree242f0db62451638541ce5d2d2ff17517862bc61b
parent25a638a211432fa09d51fa3262c918ea929fc558
block: add kblockd_schedule_delayed_work_on()

Same function as kblockd_schedule_delayed_work(), but allow the
caller to pass in a CPU that the work should be executed on. This
just directly extends and maps into the workqueue API, and will
be used to make the blk-mq mappings more strict.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
include/linux/blkdev.h