From: Niklas Cassel Date: Thu, 3 Feb 2022 19:28:32 +0000 (+0000) Subject: stat: remove unused high/low prio struct members X-Git-Tag: fio-3.30~60 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5f6ecbcd49bef3b1be4ccbb648af6b80e13a3feb;p=fio.git stat: remove unused high/low prio struct members Now when all users have moved to the new clat_prio_stat arrays, remove io_u_plat_high_prio, io_u_plat_low_prio, clat_high_prio_stat, and clat_low_prio_stat, as they are no longer used. Signed-off-by: Niklas Cassel Reviewed-by: Damien Le Moal Link: https://lore.kernel.org/r/20220203192814.18552-18-Niklas.Cassel@wdc.com Signed-off-by: Jens Axboe --- diff --git a/stat.h b/stat.h index 05228fd2..dce0bb0d 100644 --- a/stat.h +++ b/stat.h @@ -262,11 +262,6 @@ struct thread_stat { /* A mirror of td->ioprio. */ uint32_t ioprio; - uint64_t io_u_plat_high_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR] __attribute__((aligned(8)));; - uint64_t io_u_plat_low_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR]; - struct io_stat clat_high_prio_stat[DDIR_RWDIR_CNT] __attribute__((aligned(8))); - struct io_stat clat_low_prio_stat[DDIR_RWDIR_CNT]; - union { uint64_t *ss_iops_data; /*