From: Jens Axboe Date: Thu, 26 Jan 2006 21:45:54 +0000 (-0800) Subject: [PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux X-Git-Tag: fio-1.3~5 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ba4f8923a7d7b02e69f6daee8dee5ed6e44722ce [PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux --- diff --git a/os-linux.h b/os-linux.h index 9667ea0a..ef2af7c7 100644 --- a/os-linux.h +++ b/os-linux.h @@ -9,6 +9,7 @@ #define FIO_HAVE_CPU_AFFINITY #define FIO_HAVE_DISK_UTIL #define FIO_HAVE_SGIO +#define FIO_HAVE_IOPRIO #define OS_MAP_ANON (MAP_ANONYMOUS)