fuse: add FALLOCATE operation
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Mon, 23 Apr 2012 01:45:24 +0000 (18:45 -0700)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 25 Apr 2012 10:25:05 +0000 (12:25 +0200)
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: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>

No differences found