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)
commit8ab14595b6dffecea264dcca2d6d9eea7c59273a
treeda3b6e2996686925d6163a9e95863586586cda15
parent59c3d45e487315e6e05a3f2310b61109f8e503e7
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