diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:29:17 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:29:17 -0700 |
| commit | efec5fa4566c0b75949bdbe790f765d8b17fae1e (patch) | |
| tree | 5c70fd07e94dfafe807480fcade9aeba1c0cd72a /include/linux/nfs4.h | |
| parent | abd795e959b3818aa3495c0d0119dab1ed1e6166 (diff) | |
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for generating
LOOKUP 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 33bdd9a0d85c..185998ba896c 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -305,6 +305,7 @@ enum { NFSPROC4_CLNT_LOCKU, NFSPROC4_CLNT_ACCESS, NFSPROC4_CLNT_GETATTR, + NFSPROC4_CLNT_LOOKUP, }; #endif |
