libaio: don't call io_destroy(), let exit_aio() take care of it
authorJens Axboe <axboe@fb.com>
Thu, 19 Mar 2015 20:52:54 +0000 (14:52 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 15 Apr 2015 15:50:11 +0000 (09:50 -0600)
commitf24c26495d0a03960453326068873d499e3de16b
tree3491255bf7aa878edf4e85882beafa1a2bb55ada
parenta9da8ab2169810667aeb26f857a8ac3c056e4d61
libaio: don't call io_destroy(), let exit_aio() take care of it

From the exit_aio() path, we can parallellize the freeing, hence
not taking an RCU grace period hit for each.

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