The following changes since commit 8c302eb9706963e07d6d79998e15bede77b94520: Merge branch 'patch-1' of https://github.com/hannesweisbach/fio (2019-10-29 13:39:14 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to f89cfed7d28f76e99ee7520d6d350b9847fab07c: engines/libaio.c: remove unused 'hipri' setting (2019-11-02 14:48:24 -0600) ---------------------------------------------------------------- Jens Axboe (1): engines/libaio.c: remove unused 'hipri' setting engines/libaio.c | 1 - 1 file changed, 1 deletion(-) --- Diff of recent changes: diff --git a/engines/libaio.c b/engines/libaio.c index cd5b89f9..b047b746 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -44,7 +44,6 @@ struct libaio_data { struct libaio_options { void *pad; unsigned int userspace_reap; - unsigned int hipri; }; static struct fio_option options[] = {