Skip to content
Commit 05ba1f08 authored by Anatol Pomozov's avatar Anatol Pomozov Committed by Miklos Szeredi
Browse files

fuse: add FALLOCATE operation



fallocate filesystem operation preallocates media space for the given file.
If fallocate returns success then any subsequent write to the given range
never fails with 'not enough space' error.

Signed-off-by: default avatarAnatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent e2690695
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