Windows fixes
authorBruce Cran <bruce@cran.org.uk>
Wed, 4 Apr 2012 14:35:13 +0000 (08:35 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Apr 2012 14:35:13 +0000 (08:35 -0600)
commitf9a58c2a6818830c772f3aa0b82bf04de7569acf
treecde3efaa1e7908bb5d39a463acbbbfcc86c65cc6
parent7078106dbbc524b6a3b2c39ddd04a9f676b10e53
Windows fixes

Only return from fio_windowsaio_getevents if the minimum number of IOs has
completed.

Add posix_fallocate implementation to avoid extending the file during the test.

Move call to ResetEvent into windowsaio_getevents where other reset code is
located.

Fix tabs vs. spaces in windowsaio.c and the installer sources.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/windowsaio.c
os/os-windows.h
os/windows/posix.c