From: Bruce Cran Date: Wed, 29 May 2013 10:06:24 +0000 (+0200) Subject: Update windowsaio for changes to the thread structure X-Git-Tag: fio-2.1.1~4 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=7b2dfab10422559d2454f07967247d57bd50a52b;hp=7b2dfab10422559d2454f07967247d57bd50a52b;ds=sidebyside Update windowsaio for changes to the thread structure The free/busy/requeue list has been replaced with a FIFO + ring: update windowsaio.c to work with the new code. Modified by Jens to check for IO_U_F_FLIGHT before doing engine private checks. Signed-off-by: Jens Axboe ---