Get rid of fallocate on Windows
authorJens Axboe <axboe@kernel.dk>
Wed, 6 Feb 2013 12:52:12 +0000 (13:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Feb 2013 12:52:12 +0000 (13:52 +0100)
commite254d00ba9dfcdf26e6a8fedd2339c16f5a616f7
treea8f8312c8e4498230cba561f90ecb36ace454219
parenteef02441621aa969f01a1a331e0215dd587d25af
Get rid of fallocate on Windows

Fallocate is only useful if it is a fast operation, helping the
file system allocate and setup meta data for the given size.
So don't punt to zero filling the entire thing.

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