commit | 59c3d45e487315e6e05a3f2310b61109f8e503e7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Apr 08 09:15:35 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 09 10:17:00 2014 -0600 |
tree | b275e73e6ab7dd599d2ec7edd5b9aa6efe361b31 | |
parent | e69f18f06b97ed29645d020500222bfcec2b42b2 [diff] [blame] |
block: remove 'q' parameter from kblockd_schedule_*_work() The queue parameter is never used, just get rid of it. Signed-off-by: Jens Axboe <axboe@fb.com>
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index e0985f1..5063a0b 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c
@@ -908,7 +908,7 @@ { if (cfqd->busy_queues) { cfq_log(cfqd, "schedule dispatch"); - kblockd_schedule_work(cfqd->queue, &cfqd->unplug_work); + kblockd_schedule_work(&cfqd->unplug_work); } }