There was no reason to export this extra variable. It was just a typo
and it is never used.

Signed-off-by: Dan Ehrenberg <[email protected]>
---
 stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stat.h b/stat.h
index dd34012..e87dae0 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.2.0.rc0.207.ga3a616c

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to