summaryrefslogtreecommitdiff
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2004-04-10 21:32:26 -0700
committerTrond Myklebust <trond.myklebust@fys.uio.no>2004-04-10 21:32:26 -0700
commit6aedfa2dd5cf85bcd4ccc79af920b2bcb3a10101 (patch)
tree3d8ba4a3c2e8e968627177b07fb5d4db19965b29 /include/linux/nfs4.h
parentc8e46334ca284863a76174719a617f392d8941cc (diff)
NFSv4: use the (more efficient) NFSv2/v3-like XDR scheme for generating
RENAME RPC calls.
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 e2419d5ced3a..c747854ee32e 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -308,6 +308,7 @@ enum {
NFSPROC4_CLNT_LOOKUP,
NFSPROC4_CLNT_LOOKUP_ROOT,
NFSPROC4_CLNT_REMOVE,
+ NFSPROC4_CLNT_RENAME,
};
#endif