diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2010-08-11 16:14:56 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-08-11 16:14:56 -0400 |
commit | 282cc1676587eb155e331b31400d344821b0b850 (patch) | |
tree | 8cbad41b0b49f3016ea84aa675bdc9cd89fc1126 /os/os-aix.h | |
parent | 04924a11f4a36728c7dae5aec8e512fc4df961f4 (diff) | |
download | fio-282cc1676587eb155e331b31400d344821b0b850.tar.gz fio-282cc1676587eb155e331b31400d344821b0b850.tar.bz2 |
Add comment on why fallocate is disabled on AIX
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/os-aix.h')
-rw-r--r-- | os/os-aix.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/os-aix.h b/os/os-aix.h index 96d90976..09a0530f 100644 --- a/os/os-aix.h +++ b/os/os-aix.h @@ -10,6 +10,13 @@ #define FIO_HAVE_ODIRECT #define FIO_USE_GENERIC_RAND +/* + * This is broken on AIX if _LARGE_FILES is defined... + */ +#if 0 +#define FIO_HAVE_FALLOCATE +#endif + #define FIO_HAVE_PSHARED_MUTEX #define OS_MAP_ANON MAP_ANON |