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

Commit 649f3ab0 authored by Paolo Valente's avatar Paolo Valente Committed by Razziell
Browse files

block/bfq: BFQ-v8r11



Change-Id: Ie7ad912c5d21ebf6eaf51eef139765b92e6175dc
Signed-off-by: default avatarPaolo Valente <paolo.valente@linaro.org>
Signed-off-by: default avatarFAROVITUS <farovitus@gmail.com>
Signed-off-by: default avatarAlbert I <krascgq@outlook.co.id>
parent f9d592be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5258,7 +5258,7 @@ static struct blkcg_policy blkcg_policy_bfq = {
static int __init bfq_init(void)
{
	int ret;
	char msg[60] = "BFQ I/O-scheduler: v8r10";
	char msg[60] = "BFQ I/O-scheduler: v8r11";

#ifdef CONFIG_BFQ_GROUP_IOSCHED
	ret = blkcg_policy_register(&blkcg_policy_bfq);
+1 −1
Original line number Diff line number Diff line
/*
 * BFQ v8r10 for 4.4.0: data structures and common functions prototypes.
 * BFQ v8r11 for 4.4.0: data structures and common functions prototypes.
 *
 * Based on ideas and code from CFQ:
 * Copyright (C) 2003 Jens Axboe <axboe@kernel.dk>