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>
Wed, 9 Apr 2014 16:17:03 +0000 (10:17 -0600)
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

Simple merge
Simple merge