Define struct file_name as a file local structure
[fio.git] / file.h
diff --git a/file.h b/file.h
index 611470cee0aee83a0c9e83962c7660edbbf3a236..c403b176827740f10afbc9dd6391b78c928b681d 100644 (file)
--- a/file.h
+++ b/file.h
@@ -151,11 +151,6 @@ struct fio_file {
 #define FILE_SET_ENG_DATA(f, data)     \
        ((f)->engine_data = (uintptr_t) (data))
 
-struct file_name {
-       struct flist_head list;
-       char *filename;
-};
-
 #define FILE_FLAG_FNS(name)                                            \
 static inline void fio_file_set_##name(struct fio_file *f)             \
 {                                                                      \