commit | 8ab14595b6dffecea264dcca2d6d9eea7c59273a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Apr 08 09:17:40 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 09 10:17:03 2014 -0600 |
tree | da3b6e2996686925d6163a9e95863586586cda15 | |
parent | 59c3d45e487315e6e05a3f2310b61109f8e503e7 [diff] |
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>