mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
nfs: Add DEALLOCATE support
This patch adds support for using the NFS v4.2 operation DEALLOCATE to punch holes in a file. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
f4ac1674f5
commit
624bd5b7b6
8 changed files with 91 additions and 2 deletions
|
@ -491,6 +491,7 @@ enum {
|
|||
/* nfs42 */
|
||||
NFSPROC4_CLNT_SEEK,
|
||||
NFSPROC4_CLNT_ALLOCATE,
|
||||
NFSPROC4_CLNT_DEALLOCATE,
|
||||
};
|
||||
|
||||
/* nfs41 types */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue