commit | 95d871f03cae6b49de040265cf88cbe2a16b9f05 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Nov 07 14:44:26 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Nov 07 16:19:49 2014 -0500 |
tree | 911d8bed4226e4e87e1411145c7fe0e275dea545 | |
parent | 72c72bdf7bf53353d2d8e055194d27f0128be92b [diff] |
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 <Anna.Schumaker@Netapp.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>