diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:37:43 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-04-10 21:37:43 -0700 |
| commit | 1513be7e1eead93049ea2481fb6ebeaa4ca5df51 (patch) | |
| tree | b13189443838c385d38b9d1af3997c4401c09852 /include/linux/nfs4.h | |
| parent | 15c5fef529e2a875bb2af3af13744feea6d6586c (diff) | |
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for generating
READLINK 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 b02f2e261c97..51a04a014ff2 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -313,6 +313,7 @@ enum { NFSPROC4_CLNT_CREATE, NFSPROC4_CLNT_PATHCONF, NFSPROC4_CLNT_STATFS, + NFSPROC4_CLNT_READLINK, }; #endif |
