diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:34:14 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:34:14 -0700 |
| commit | 4e55f94bcda6f49994ff9da514ced664a9908d46 (patch) | |
| tree | a8a92c1e427fc291dd63dab6a8588f8e178afb74 /include/linux/nfs4.h | |
| parent | 4e7473b804fd25415fbb58ba3452ec13d889da8a (diff) | |
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for generating
CREATE RPC calls.
Diffstat (limited to 'include/linux/nfs4.h')
| -rw-r--r-- | include/linux/nfs4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 70cc1ff739dc..6137a19830f0 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -310,6 +310,7 @@ enum { NFSPROC4_CLNT_REMOVE, NFSPROC4_CLNT_RENAME, NFSPROC4_CLNT_LINK, + NFSPROC4_CLNT_CREATE, }; #endif |
