On Fri, Jul 21, 2023 at 05:32:04PM -0500, Carlos Bilbao wrote:
On 7/17/23 9:18 AM, Carlos Bilbao wrote:
From: amd <amd@localhost.localdomain>This should have been:
Fix two type mismatch errors encountered while compiling blk-iocost.c with
GCC version 13.1.1 that involved constant operator WEIGHT_ONE. Cast the
result of the division operation to (unsigned int) to match the expected
format specifier %u in two seq_printf invocations.
Reviewed-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>
Signed-off-by: Carlos Bilbao <carlos.bilbao@xxxxxxx>
Carlos, can you please retest the current linus#master?
Thanks.