Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c265a7f4 authored by Jens Axboe's avatar Jens Axboe
Browse files

cfq-iosched: get rid of enable_idle being unused warning

parent 0b07de85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))
		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 ||
	    (cfqd->hw_tag && CIC_SEEKY(cic)))