diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-02-07 17:01:32 +0100 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-02-07 17:01:32 +0100 |
| commit | c04e88dbd89ec891a252ffe09378310dd1d18546 (patch) | |
| tree | b6990defd6169f9b45256cd704d446ab9153c3d9 /include/linux/nfs4.h | |
| parent | 5bb0bc7c89ec7d694cd77487fe26f004ee0d0bb7 (diff) | |
NFSv4: Share open_owner structs between several different
processes. Reduces the load on the server.
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 a6f2d563b605..4a61a4682718 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -290,6 +290,7 @@ enum { NFSPROC4_CLNT_OPEN, NFSPROC4_CLNT_OPEN_CONFIRM, NFSPROC4_CLNT_OPEN_RECLAIM, + NFSPROC4_CLNT_OPEN_DOWNGRADE, NFSPROC4_CLNT_CLOSE, NFSPROC4_CLNT_SETATTR, NFSPROC4_CLNT_FSINFO, |
