From: Dan Ehrenberg Date: Mon, 20 Apr 2015 23:20:30 +0000 (-0700) Subject: Don't export state variable X-Git-Tag: fio-2.2.8~34 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=1d6d3455a9ad610a423f5d4ca849fbe82049997c Don't export state variable There was no reason to export this extra variable. It was just a typo and it is never used. Signed-off-by: Dan Ehrenberg Signed-off-by: Jens Axboe --- diff --git a/stat.h b/stat.h index dd340128..e87dae08 100644 --- a/stat.h +++ b/stat.h @@ -132,7 +132,7 @@ enum block_info_state { BLOCK_STATE_TRIM_FAILURE, BLOCK_STATE_WRITE_FAILURE, BLOCK_STATE_COUNT, -} state; +}; #define MAX_PATTERN_SIZE 512 #define FIO_JOBNAME_SIZE 128