From: Radha Ramachandran Date: Thu, 5 Nov 2009 07:33:49 +0000 (+0100) Subject: Don't pass more than the queued IO depth in to getevents() X-Git-Tag: fio-1.35~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6a96276c901992b21c3ad93f95ab0a081c7d6bb1;hp=6a96276c901992b21c3ad93f95ab0a081c7d6bb1 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 ---