Re: [PATCH V6 6/8] block, bfq: retrieve independent access ranges from request queue
From: Paolo Valente <hidden>
Date: 2022-12-08 10:49:11
Also in:
lkml
From: Paolo Valente <hidden>
Date: 2022-12-08 10:49:11
Also in:
lkml
Il giorno 7 dic 2022, alle ore 00:34, Damien Le Moal [off-list ref] ha scritto:
[...]
quoted
Just, let me avoid setting the fields bfqd->sector and bfqd->nr_sectors for a case where we don't use them.Sure. But if you do not use them thanks to "if (num_actuators == 1)" optimizations, it would still not hurt to set these fields. That actually could be helpful for debugging.
Got it. I'm about to send a V9 that applies this last suggestion of yours. Thanks, Paolo