aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 83d29ec03a58..19481ab122df 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -278,6 +278,10 @@ extern void nfsd4_probe_callback(struct nfs4_client *clp);
278extern void nfsd4_cb_recall(struct nfs4_delegation *dp); 278extern void nfsd4_cb_recall(struct nfs4_delegation *dp);
279extern void nfs4_put_delegation(struct nfs4_delegation *dp); 279extern void nfs4_put_delegation(struct nfs4_delegation *dp);
280extern int nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname); 280extern int nfs4_make_rec_clidname(char *clidname, struct xdr_netobj *clname);
281extern void nfsd4_init_recdir(char *recdir_name);
282extern int nfsd4_recdir_load(void);
283extern void nfsd4_shutdown_recdir(void);
284extern int nfs4_client_to_reclaim(const char *name);
281 285
282static inline void 286static inline void
283nfs4_put_stateowner(struct nfs4_stateowner *so) 287nfs4_put_stateowner(struct nfs4_stateowner *so)