aboutsummarylogtreecommitdiffstats
path: root/bfq-default.patch
diff options
context:
space:
mode:
authorMatteo De Carlo2018-02-07 16:55:43 +0100
committerMatteo De Carlo2018-02-07 16:55:43 +0100
commitdab0c07091f3d686c287d1527b1532bcfe617d29 (patch)
treeb4288e5770d489acafab8d322bda1e70ac5c5e36 /bfq-default.patch
parent4df86e83ab7e9eab9db35788cbe5a9bdf26b0cb2 (diff)
downloadaur-dab0c07091f3d686c287d1527b1532bcfe617d29.tar.gz
update to 4.15.1
Diffstat (limited to 'bfq-default.patch')
-rw-r--r--bfq-default.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfq-default.patch b/bfq-default.patch
index 65ff362d0c92..2f728e8bc3ee 100644
--- a/bfq-default.patch
+++ b/bfq-default.patch
@@ -12,8 +12,8 @@
*/
if (q->mq_ops) {
if (q->nr_hw_queues == 1)
-- e = elevator_get("mq-deadline", false);
-+ e = elevator_get("bfq", false);
+- e = elevator_get(q, "mq-deadline", false);
++ e = elevator_get(q, "bfq", false);
if (!e)
return 0;
} else