cfq-iosched: get rid of enable_idle being unused warning
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -1731,7 +1731,7 @@ cfq_update_idle_window(struct cfq_data *cfqd, struct cfq_queue *cfqq,
|
|||||||
if (!cfq_cfqq_sync(cfqq) || cfq_class_idle(cfqq))
|
if (!cfq_cfqq_sync(cfqq) || cfq_class_idle(cfqq))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
old_idle = cfq_cfqq_idle_window(cfqq);
|
enable_idle = old_idle = cfq_cfqq_idle_window(cfqq);
|
||||||
|
|
||||||
if (!atomic_read(&cic->ioc->nr_tasks) || !cfqd->cfq_slice_idle ||
|
if (!atomic_read(&cic->ioc->nr_tasks) || !cfqd->cfq_slice_idle ||
|
||||||
(cfqd->hw_tag && CIC_SEEKY(cic)))
|
(cfqd->hw_tag && CIC_SEEKY(cic)))
|
||||||
|
Reference in New Issue
Block a user