summaryrefslogtreecommitdiff
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2004-04-10 21:30:19 -0700
committerTrond Myklebust <trond.myklebust@fys.uio.no>2004-04-10 21:30:19 -0700
commitfba5d3c4dcd1fa79698728c26bef24f15b9f2f41 (patch)
tree872c28721b8dc15f29b59597da4acbefe5e0ca32 /include/linux/nfs4.h
parentefec5fa4566c0b75949bdbe790f765d8b17fae1e (diff)
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for looking up the
mountpoint.
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r--include/linux/nfs4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index 185998ba896c..1282973f8ffe 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -306,6 +306,7 @@ enum {
NFSPROC4_CLNT_ACCESS,
NFSPROC4_CLNT_GETATTR,
NFSPROC4_CLNT_LOOKUP,
+ NFSPROC4_CLNT_LOOKUP_ROOT,
};
#endif