block: add kblockd_schedule_delayed_work_on()
[linux-2.6-block.git] / include / linux / blkdev.h
index 2425945d36abbec5350346640a8a6870cb7ccaa2..5a31307c5ded7d6f5d878b75a917226dc0f287d9 100644 (file)
@@ -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
 /*