X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=stat.h;h=8ceabc48c7e0fd393ee8a307b6f6fdb0acdccab6;hb=1dc47d6bccb7c64ee8cd3923e5ec9e8d3bb8a96e;hp=eb7845afec27e0dbdd0ac344ace3c756c069f7fe;hpb=fa7b1e3ff999a03e9780bba5d2ed34dd887dc733;p=fio.git diff --git a/stat.h b/stat.h index eb7845af..8ceabc48 100644 --- a/stat.h +++ b/stat.h @@ -51,7 +51,7 @@ struct group_run_stats { * * FIO_IO_U_PLAT_GROUP_NR and FIO_IO_U_PLAT_BITS determine the memory * requirement of storing those aggregate counts. The memory used will - * be (FIO_IO_U_PLAT_GROUP_NR * 2^FIO_IO_U_PLAT_BITS) * sizeof(int) + * be (FIO_IO_U_PLAT_GROUP_NR * 2^FIO_IO_U_PLAT_BITS) * sizeof(uint64_t) * bytes. * * FIO_IO_U_PLAT_NR is the total number of buckets. @@ -142,7 +142,6 @@ enum block_info_state { BLOCK_STATE_COUNT, }; -#define MAX_PATTERN_SIZE 512 #define FIO_JOBNAME_SIZE 128 #define FIO_JOBDESC_SIZE 256 #define FIO_VERROR_SIZE 128