Skip to content
  • Jens Axboe's avatar
    block: add kblockd_schedule_delayed_work_on() · 8ab14595
    Jens Axboe authored
    
    
    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: default avatarJens Axboe <axboe@fb.com>
    8ab14595