Use CLOCK_MONOTONIC for condition variables used by pthread_cond_timedwait()
[fio.git] / init.c
diff --git a/init.c b/init.c
index 63f2168eabcbbebb8cf6c2ae96967b46f2114713..60c857611d3cc26c316c545f0fafcc0b851a2693 100644 (file)
--- a/init.c
+++ b/init.c
@@ -852,11 +852,6 @@ static int fixup_options(struct thread_data *td)
                        o->unit_base = N2S_BYTEPERSEC;
        }
 
-#ifndef FIO_HAVE_ANY_FALLOCATE
-       /* Platform doesn't support any fallocate so force it to none */
-       o->fallocate_mode = FIO_FALLOCATE_NONE;
-#endif
-
 #ifndef CONFIG_FDATASYNC
        if (o->fdatasync_blocks) {
                log_info("fio: this platform does not support fdatasync()"