From: Anatol Pomozov Date: Mon, 23 Apr 2012 01:45:24 +0000 (-0700) Subject: fuse: add FALLOCATE operation X-Git-Tag: v3.5-rc2~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ba1f0823004e947748523782e9c2f07f3bff0d;p=pandora-kernel.git 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: Anatol Pomozov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed