On 10/10/2012 11:07, Bruce Cran wrote: > The problem is that windowsaio iterates over the list of outstanding > IOs (busylist), but that list has the most recent first. The attached patch appears to fix the problem: Add outstanding IOs to the tail of io_u_busylist, not the head. -- Bruce Cran