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

Commit 7c784bfe authored by Pradeep P V K's avatar Pradeep P V K Committed by Gerrit - the friendly Code Review server
Browse files

Revert "block: Enable BFQ io scheduler as default"



'commit abc0fc15dcec ("block: Enable BFQ io scheduler as default")'
This is to fix the Native Daemon and Zygote Preload regressions
during bootup.

Change-Id: I4cfb40d0622319ce84d17fa409a4fcb5ab429dbc
Signed-off-by: default avatarPradeep P V K <pragalla@codeaurora.org>
parent 15c30a28
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -630,10 +630,7 @@ static struct elevator_type *elevator_get_default(struct request_queue *q)
{
	if (q->nr_hw_queues != 1)
		return NULL;
#if defined(CONFIG_SDC_QTI) || defined(CONFIG_SCSI_UFSHCD_QTI)
	if (IS_ENABLED(CONFIG_IOSCHED_BFQ))
		return elevator_get(q, "bfq", false);
#endif

	return elevator_get(q, "mq-deadline", false);
}