The following changes since commit 51e962a7610f1aa69ffe0374f92774fb83526dc7:
Fix mtd valgrind warning (2015-04-16 16:36:22 -0600)
are available in the git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 1d6d3455a9ad610a423f5d4ca849fbe82049997c:
Don't export state variable (2015-04-20 19:15:50 -0600)
----------------------------------------------------------------
Dan Ehrenberg (1):
Don't export state variable
stat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
Diff of recent changes:
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
--
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