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

Commit 38d7c6f4 authored by Paolo Valente's avatar Paolo Valente Committed by Razziell
Browse files

block/bfq: BFQ-v8r12



Change-Id: Ib04e25ce1545c88205f8a0cf370d2e345b557412
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 48b4a212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5299,7 +5299,7 @@ static struct blkcg_policy blkcg_policy_bfq = {
static int __init bfq_init(void)
{
	int ret;
	char msg[60] = "BFQ I/O-scheduler: v8r11";
	char msg[60] = "BFQ I/O-scheduler: v8r12";

#ifdef CONFIG_BFQ_GROUP_IOSCHED
	ret = blkcg_policy_register(&blkcg_policy_bfq);
+1 −1
Original line number Diff line number Diff line
/*
 * BFQ v8r11 for 4.4.0: data structures and common functions prototypes.
 * BFQ v8r12 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>