diff options
author | Tigran Mkrtchyan <kofemann@gmail.com> | 2012-02-13 22:55:32 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-02-15 11:20:45 -0500 |
commit | 37c593c57324740821766c56e48cf09776a68a9c (patch) | |
tree | 9c6f91acb532da56f5d5f24c2aa8a345f717c81a /fs/nfsd/current_stateid.h | |
parent | 9428fe1abb672c67169d3b6abf0faa120f020c32 (diff) | |
download | op-kernel-dev-37c593c57324740821766c56e48cf09776a68a9c.zip op-kernel-dev-37c593c57324740821766c56e48cf09776a68a9c.tar.gz |
nfsd41: use current stateid by value
Signed-off-by: Tigran Mkrtchyan <kofemann@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/current_stateid.h')
-rw-r--r-- | fs/nfsd/current_stateid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/current_stateid.h b/fs/nfsd/current_stateid.h index d8c9992..4123551 100644 --- a/fs/nfsd/current_stateid.h +++ b/fs/nfsd/current_stateid.h @@ -4,6 +4,7 @@ #include "state.h" #include "xdr4.h" +extern void clear_current_stateid(struct nfsd4_compound_state *cstate); /* * functions to set current state id */ |