X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-aix.h;h=1aab96e08d40ad9656eaa41ba1626a348bfa0d52;hb=07a2919d7a86607d42f5fb69f1f0ba98097d4d98;hp=3d677650934e8a762d6651f32cfa5ee096b47b69;hpb=836fcc0fceb233ebcc41ee63b4ea5cae20b678a4;p=fio.git diff --git a/os/os-aix.h b/os/os-aix.h index 3d677650..1aab96e0 100644 --- a/os/os-aix.h +++ b/os/os-aix.h @@ -11,11 +11,8 @@ #include "../file.h" #define FIO_HAVE_ODIRECT -#define FIO_USE_GENERIC_RAND #define FIO_USE_GENERIC_INIT_RANDOM_STATE -#define FIO_HAVE_PSHARED_MUTEX - #define OS_MAP_ANON MAP_ANON #define OS_MSG_DONTWAIT 0 @@ -23,7 +20,7 @@ static inline int blockdev_invalidate_cache(struct fio_file *f) { - return EINVAL; + return ENOTSUP; } static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)