diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:25:55 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:25:55 -0700 |
| commit | 9c0c8d90a1aa0225fd2dc45e6f1e1d25ee71fb25 (patch) | |
| tree | 9f54ed26257f2c7c43f85ef202b905c01ae7424b /include/linux/nfs4.h | |
| parent | 677da9bf8a3ac83a1d2f9f2df21b1549583b416e (diff) | |
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for generating
ACCESS 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 644cd1c27c47..5165192d15e7 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -303,6 +303,7 @@ enum { NFSPROC4_CLNT_LOCK, NFSPROC4_CLNT_LOCKT, NFSPROC4_CLNT_LOCKU, + NFSPROC4_CLNT_ACCESS, }; #endif |
