diff options
author | Tigran Mkrtchyan <kofemann@gmail.com> | 2012-02-14 01:55:24 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-02-15 20:20:38 +0400 |
commit | 8b70484c67cf5241cfbea0ee31b83e42e5bac163 (patch) | |
tree | 2625d76be0ddbc5b1c27ca5aca96006482e49747 /fs/nfsd/xdr4.h | |
parent | 19ff0f288c6f2100987408ecc2cb911a2d50bc76 (diff) | |
download | linux-8b70484c67cf5241cfbea0ee31b83e42e5bac163.tar.xz |
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 { size_t iovlen; u32 minorversion; u32 status; + const stateid_t *current_stateid; }; static inline bool nfsd4_has_session(struct nfsd4_compound_state *cs) |