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)
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>

No differences found