Skip to content

Commit

Permalink
6.11: base: Fixup for 6.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Nov 1, 2024
1 parent 54b291c commit 8be68b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux-tkg-patches/6.11/0003-glitched-base.patch
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ index 4eab3d70e880..79669aa39d79 100644
!blk_mq_is_shared_tags(q->tag_set->flags))
return NULL;

- return elevator_find_get(q, "mq-deadline");
+ return elevator_find_get(q, "bfq");
- return elevator_find_get("mq-deadline");
+ return elevator_find_get("bfq");
}

/*
Expand Down

0 comments on commit 8be68b3

Please sign in to comment.