Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
file: use posix_fallocate if fallocate() is not supported. Address ex…
…t3 and reiserfs fs (#64) The fallocate operation is failing on e.g. ext3 and reiserf filesystems. By falling back to use posix_fallocate if the fallocate function call fails one can keep the performance as is for fallocate supported filesystems but still support legacy filesystems as ext3 and reiserfs.
- Loading branch information