]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/cfq-iosched.c
block: make kblockd_schedule_work() take the queue as parameter
[linux-2.6-omap-h63xx.git] / block / cfq-iosched.c
index 1e2aff812ee2b278bd831809269c4d6c76234858..5f6fd287c185369e3e7c43981326f73b1bdc9b81 100644 (file)
@@ -244,7 +244,7 @@ static inline void cfq_schedule_dispatch(struct cfq_data *cfqd)
 {
        if (cfqd->busy_queues) {
                cfq_log(cfqd, "schedule dispatch");
-               kblockd_schedule_work(&cfqd->unplug_work);
+               kblockd_schedule_work(cfqd->queue, &cfqd->unplug_work);
        }
 }