Merge branch 'fallocate-truncate' of https://github.com/tripped/fio
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index e47296801345d312249a277445e32bb42a6477a1..dadcd87bcd9625daad0728ffd2d8ce4bbd473e47 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -397,7 +397,7 @@ static inline bool fio_fallocate(struct fio_file *f, uint64_t offset, uint64_t l
 #endif
 
 #if defined(CONFIG_POSIX_FALLOCATE) || defined(FIO_HAVE_NATIVE_FALLOCATE)
-# define FIO_HAVE_ANY_FALLOCATE
+# define FIO_HAVE_DEFAULT_FALLOCATE
 #endif
 
 #ifndef FIO_HAVE_CPU_HAS