commit | 37c593c57324740821766c56e48cf09776a68a9c | [log] [tgz] |
---|---|---|
author | Tigran Mkrtchyan <kofemann@gmail.com> | Mon Feb 13 22:55:32 2012 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Feb 15 11:20:45 2012 -0500 |
tree | 9c6f91acb532da56f5d5f24c2aa8a345f717c81a | |
parent | 9428fe1abb672c67169d3b6abf0faa120f020c32 [diff] [blame] |
nfsd41: use current stateid by value Signed-off-by: Tigran Mkrtchyan <kofemann@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
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 */