Windows fio fixes
authorBruce Cran <bruce@cran.org.uk>
Fri, 17 Aug 2012 13:10:04 +0000 (15:10 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Aug 2012 13:10:04 +0000 (15:10 +0200)
commit9576f613be6dd7217a31c27742cb9aae09a77bf8
treeb28b9059af4bc775b24817e9d133aa02ef72b01c
parentce95d651568bd5494e4c4ddc95832715c6760d56
Windows fio fixes

Here's the latest set of Windows fio fixes:

Windows posix.c fixes

Reset the file pointer at the end of posix_fallocate().
Use 64-bit versions of tell() and seek().
Fix basename().
Use uint64_t instead of unsigned long long.

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