From c2835515a8574d9c01b2869c288650a54056fb59 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 4 Jun 2017 00:37:13 -0400 Subject: [PATCH] linux 4.4: attempt to correct bfq build problem --- ...0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/DATA/linux/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch b/helpers/DATA/linux/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch index 6ed69736..8e80827e 100644 --- a/helpers/DATA/linux/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch +++ b/helpers/DATA/linux/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.4.0.patch @@ -3849,7 +3849,7 @@ index 0000000..f9787a6 + ioprio_class = IOPRIO_PRIO_CLASS(bic->ioprio); + switch (ioprio_class) { + default: -+ dev_err(bfqq->bfqd->queue->backing_dev_info.dev, ++ dev_err(bfqq->bfqd->queue->backing_dev_info->dev, + "bfq: bad prio class %d\n", ioprio_class); + case IOPRIO_CLASS_NONE: + /* -- GitLab