diff options
author | Tigran Mkrtchyan <kofemann@gmail.com> | 2012-02-13 16:55:24 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-02-15 11:20:38 -0500 |
commit | 8b70484c67cf5241cfbea0ee31b83e42e5bac163 (patch) | |
tree | 2625d76be0ddbc5b1c27ca5aca96006482e49747 /fs/nfsd/xdr4.h | |
parent | 19ff0f288c6f2100987408ecc2cb911a2d50bc76 (diff) |
nfsd41: handle current stateid in open and close
Signed-off-by: Tigran Mkrtchyan <kofemann@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 21dccdfcb7a6..b49ffe83e604 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -54,6 +54,7 @@ struct nfsd4_compound_state { | |||
54 | size_t iovlen; | 54 | size_t iovlen; |
55 | u32 minorversion; | 55 | u32 minorversion; |
56 | u32 status; | 56 | u32 status; |
57 | const stateid_t *current_stateid; | ||
57 | }; | 58 | }; |
58 | 59 | ||
59 | static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) | 60 | static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) |