The following changes since commit 25dfa848abbb6c35b4d45fabd5a8e82cb77fb285: Rename crc functions to private namespace (2012-02-29 10:01:34 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): linux: fallocate() fixes os/os-linux.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/os/os-linux.h b/os/os-linux.h index 3bf6bd9..d5c3f76 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -50,6 +50,9 @@ * Can only enable this for newer glibcs, or the header and defines are * missing */ +#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 6 +#define FIO_HAVE_FALLOCATE +#endif #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 8 #define FIO_HAVE_LINUX_FALLOCATE #endif -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html