diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-08-26 20:40:28 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-08-27 14:21:18 -0400 |
commit | 48483bf23a568f3ef4cc7ad2c8f1a082f10ad0e7 (patch) | |
tree | 7eafa1dd82e7aeccfded9aff023c972d78f4609f /fs/nfsd/state.h | |
parent | 8e82fa8fdcd1271d45bf6a5195801c706e190d69 (diff) |
nfsd4: simplify recovery dir setting
Move around some of this code, simplify a bit.
Reviewed-by: Boaz Harrosh <bharrosh@panasas.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 5cfebe504056..12c1b1ef52ec 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -467,7 +467,7 @@ extern void nfsd4_destroy_callback_queue(void); | |||
467 | extern void nfsd4_shutdown_callback(struct nfs4_client *); | 467 | extern void nfsd4_shutdown_callback(struct nfs4_client *); |
468 | extern void nfs4_put_delegation(struct nfs4_delegation *dp); | 468 | extern void nfs4_put_delegation(struct nfs4_delegation *dp); |
469 | extern __be32 nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); | 469 | extern __be32 nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); |
470 | extern void nfsd4_init_recdir(char *recdir_name); | 470 | extern void nfsd4_init_recdir(void); |
471 | extern int nfsd4_recdir_load(void); | 471 | extern int nfsd4_recdir_load(void); |
472 | extern void nfsd4_shutdown_recdir(void); | 472 | extern void nfsd4_shutdown_recdir(void); |
473 | extern int nfs4_client_to_reclaim(const char *name); | 473 | extern int nfs4_client_to_reclaim(const char *name); |