Re: [PATCH RFC 13/14] block, bfq: boost the throughput with random I/O on NCQ-capable HDDs
From: Paolo Valente <hidden>
Date: 2017-03-14 14:13:43
Also in:
lkml
From: Paolo Valente <hidden>
Date: 2017-03-14 14:13:43
Also in:
lkml
Il giorno 07 mar 2017, alle ore 01:54, Bart Van Assche =
[off-list ref] ha scritto:
=20 On Sat, 2017-03-04 at 17:01 +0100, Paolo Valente wrote:quoted
@@ -8301,7 +8297,7 @@ static struct blkcg_policy blkcg_policy_bfq =3D =
{quoted
static int __init bfq_init(void) { int ret; - char msg[50] =3D "BFQ I/O-scheduler: v6"; + char msg[50] =3D "BFQ I/O-scheduler: v7r3"; =20 #ifdef CONFIG_BFQ_GROUP_IOSCHED ret =3D blkcg_policy_register(&blkcg_policy_bfq);=20 In the Linux kernel the kernel as a whole has a version number but we do not assign a version number to individual core components. =20
I'll remove that. Thanks, Paolo
Bart.