engines/libaio: cleanup new vs old io_setup() system call path
authorJens Axboe <axboe@kernel.dk>
Wed, 21 Nov 2018 18:33:22 +0000 (11:33 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Nov 2018 18:33:22 +0000 (11:33 -0700)
commit0fcbc00994f49f73fe815b9dc074bd6a15eab522
treebf1da8148b0e31e39c3362b0eceed8fad17d378d
parent90a8c9b2e23be4df5089d341b987ae935de42cd2
engines/libaio: cleanup new vs old io_setup() system call path

Just fall through to the old code if the new one fails.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/libaio.c