Skip to content
Commit d96d3022 authored by David Zeuthen's avatar David Zeuthen
Browse files

Use fallocate(2) rather than posix_fallocate(3)



The latter simulates fallocate(2) if the underlying FS doesn't support
it. This is unwanted and slow, especially on e.g. CIFS or NFS.

Signed-off-by: default avatarDavid Zeuthen <zeuthen@gmail.com>
parent 9a66247b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment