Don't pass more than the queued IO depth in to getevents()
authorRadha Ramachandran <radha@google.com>
Thu, 5 Nov 2009 07:33:49 +0000 (08:33 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 5 Nov 2009 07:33:49 +0000 (08:33 +0100)
commit6a96276c901992b21c3ad93f95ab0a081c7d6bb1
treea9402951ee4d414f6d2ef893ae36f91fd873dc46
parent2ecc1b57721e3cb72bbf558bc169c97037fe3d0a
Don't pass more than the queued IO depth in to getevents()

Otherwise we can hang fio, since it'll attempt to wait for more
IOs than we have in flight.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c