summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-04-08 09:17:40 -0600
committerJens Axboe <axboe@fb.com>2014-04-09 10:17:03 -0600
commit8ab14595b6dffecea264dcca2d6d9eea7c59273a (patch)
treeda3b6e2996686925d6163a9e95863586586cda15 /include/linux/blkdev.h
parent59c3d45e487315e6e05a3f2310b61109f8e503e7 (diff)
downloadop-kernel-dev-8ab14595b6dffecea264dcca2d6d9eea7c59273a.zip
op-kernel-dev-8ab14595b6dffecea264dcca2d6d9eea7c59273a.tar.gz
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>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 2425945..5a31307 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1361,6 +1361,7 @@ static inline void put_dev_sector(Sector p)
struct work_struct;
int kblockd_schedule_work(struct work_struct *work);
int kblockd_schedule_delayed_work(struct delayed_work *dwork, unsigned long delay);
+int kblockd_schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
#ifdef CONFIG_BLK_CGROUP
/*
OpenPOWER on IntegriCloud