From: Anna Schumaker Date: Fri, 7 Nov 2014 19:44:26 +0000 (-0500) Subject: nfsd: Add ALLOCATE support X-Git-Tag: omap-for-v3.19/fixes-rc1~62^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d871f03cae6b49de040265cf88cbe2a16b9f05;p=pandora-kernel.git nfsd: Add ALLOCATE support The ALLOCATE operation is used to preallocate space in a file. I can do this by using vfs_fallocate() to do the actual preallocation. ALLOCATE only returns a status indicator, so we don't need to write a special encode() function. Signed-off-by: Anna Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed