windows: reduce block size used in posix_fallocate()
authorBruce Cran <bruce@cran.org.uk>
Thu, 6 Sep 2012 15:08:49 +0000 (09:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Sep 2012 15:08:49 +0000 (09:08 -0600)
commitca48255b113cc5ebafadf2d3b174a68b246adb72
tree369647f5724f2ad4988ede3dcb4ca9e5605c37ec
parentc224ec052b3a5be4fba8da777dd7ccbee2fb34c1
windows: reduce block size used in posix_fallocate()

Reduce the buffer size in posix_fallocate() to avoid
compatability problems.

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