diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-11-02 14:48:24 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-02 14:48:24 -0600 |
commit | f89cfed7d28f76e99ee7520d6d350b9847fab07c (patch) | |
tree | f906c78ed55b1bb6455e1cb1eeeb8aa83ba53880 | |
parent | 8c302eb9706963e07d6d79998e15bede77b94520 (diff) | |
download | fio-f89cfed7d28f76e99ee7520d6d350b9847fab07c.tar.gz fio-f89cfed7d28f76e99ee7520d6d350b9847fab07c.tar.bz2 |
engines/libaio.c: remove unused 'hipri' setting
Leftover from when we had aio-ring with polling, now dead.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | engines/libaio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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[] = { |