Remove/Move Linux specific sysfs_root field from thread_data
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 14950fc89e3ab2009ee9f52c27377b1f0ee2ade2..19ac0af1f9a6ff68adf6cbdc01d04bbbb9ab8526 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -205,8 +205,6 @@ struct thread_data {
        void *iolog_buf;
        FILE *iolog_f;
 
-       char *sysfs_root;
-
        unsigned long rand_seeds[FIO_RAND_NR_OFFS];
 
        struct frand_state bsrange_state;