Ensure that we honor aio_read/write() returning EAGAIN
authorJens Axboe <jaxboe@fusionio.com>
Thu, 7 Jul 2011 19:06:40 +0000 (21:06 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 7 Jul 2011 19:06:40 +0000 (21:06 +0200)
commitafa16407813ee36e75aaa665613c469500ed07c6
tree1da124509b5833035a0be52c5a98251a704c00d1
parentf0153948d20b30978b815d4ceef7e059d3d2779a
Ensure that we honor aio_read/write() returning EAGAIN

This fixes a problem on OSX, where the number of resources for
aio is woefully small.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
engines/posixaio.c