]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb339f5c77189720379509612129a81d5c7645ac5
treeda3b6e2996686925d6163a9e95863586586cda15
parenteffb5b1101c9790323491da5f8157f80355dfed2
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