X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=td_error.c;h=13408f2ebd455b242c966c67d6f2b7c23aeabbfa;hp=9d58a31471d03f3f7db70fb6660432750f5c882c;hb=7a7bcae0610d872951bc22dc310105c7ec1157af;hpb=fdbc9102c79c1a6d4134d5f5b8692658b2cf67ef diff --git a/td_error.c b/td_error.c index 9d58a314..13408f2e 100644 --- a/td_error.c +++ b/td_error.c @@ -20,7 +20,7 @@ int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype, if (!td->o.ignore_error[etype]) { td->o.ignore_error[etype] = __NON_FATAL_ERR; - td->o.ignore_error_nr[etype] = ARRAY_SIZE(__NON_FATAL_ERR); + td->o.ignore_error_nr[etype] = FIO_ARRAY_SIZE(__NON_FATAL_ERR); } if (!(td->o.continue_on_error & (1 << etype)))