diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-11-12 15:00:54 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-12 18:55:11 -0500 |
commit | 772a9bbbb5769c646c74452ef21df538bbe2ebf0 (patch) | |
tree | 6e29c687607641582d77544361512494a2d2513a /fs/nfsd/state.h | |
parent | ce30e5392fcb26b6aa53bb16d06da1d7d8bb0863 (diff) |
nfsd: make nfs4_client_to_reclaim return a pointer to the reclaim record
Later callers will need to make changes to the record.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 3528616c955e..3f8b26b9b47b 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -482,7 +482,7 @@ extern void nfsd4_destroy_callback_queue(void); | |||
482 | extern void nfsd4_shutdown_callback(struct nfs4_client *); | 482 | extern void nfsd4_shutdown_callback(struct nfs4_client *); |
483 | extern void nfs4_put_delegation(struct nfs4_delegation *dp); | 483 | extern void nfs4_put_delegation(struct nfs4_delegation *dp); |
484 | extern __be32 nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); | 484 | extern __be32 nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); |
485 | extern int nfs4_client_to_reclaim(const char *name); | 485 | extern struct nfs4_client_reclaim *nfs4_client_to_reclaim(const char *name); |
486 | extern int nfs4_has_reclaimed_state(const char *name); | 486 | extern int nfs4_has_reclaimed_state(const char *name); |
487 | extern void release_session_client(struct nfsd4_session *); | 487 | extern void release_session_client(struct nfsd4_session *); |
488 | extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); | 488 | extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); |