File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,13 @@ static struct elevator_type *elevator_get_default(struct request_queue *q)
566
566
567
567
if (q -> nr_hw_queues != 1 &&
568
568
!blk_mq_is_shared_tags (q -> tag_set -> flags ))
569
+ #if defined(CONFIG_ZEN_INTERACTIVE ) && defined(CONFIG_MQ_IOSCHED_KYBER )
570
+ return elevator_find_get (q , "kyber" );
571
+ #elif defined(CONFIG_ZEN_INTERACTIVE )
572
+ return elevator_find_get (q , "mq-deadline" );
573
+ #else
569
574
return NULL ;
575
+ #endif
570
576
571
577
#if defined(CONFIG_ZEN_INTERACTIVE ) && defined(CONFIG_IOSCHED_BFQ )
572
578
return elevator_find_get ("bfq" );
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ config ZEN_INTERACTIVE
154
154
--- Block Layer ----------------------------------------
155
155
156
156
Default scheduler for SQ..: mq-deadline -> bfq
157
+ Default scheduler for MQ..: none -> kyber
157
158
158
159
config BROKEN
159
160
bool
You can’t perform that action at this time.
0 commit comments