X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos.h;fp=os%2Fos.h;h=dadcd87bcd9625daad0728ffd2d8ce4bbd473e47;hb=38ca5f03add887d9b7fa371fecd535c624a3031a;hp=e47296801345d312249a277445e32bb42a6477a1;hpb=d5c4f97458d59689c3d1a13831519617d000fb19;p=fio.git diff --git a/os/os.h b/os/os.h index e4729680..dadcd87b 100644 --- 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