From 1d6d3455a9ad610a423f5d4ca849fbe82049997c Mon Sep 17 00:00:00 2001 From: Dan Ehrenberg Date: Mon, 20 Apr 2015 16:20:30 -0700 Subject: [PATCH] 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 --- stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1