* [PATCH] Don't export state variable
@ 2015-04-20 23:20 Dan Ehrenberg
2015-04-21 1:15 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Dan Ehrenberg @ 2015-04-20 23:20 UTC (permalink / raw)
To: fio, axboe; +Cc: gwendal, Dan Ehrenberg
There was no reason to export this extra variable. It was just a typo
and it is never used.
Signed-off-by: Dan Ehrenberg <dehrenberg@chromium.org>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-21 1:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 23:20 [PATCH] Don't export state variable Dan Ehrenberg
2015-04-21 1:15 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox