aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 758bc9c2646b..0fd342a2174e 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -470,10 +470,10 @@ extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions);
470extern void nfs4_free_openowner(struct nfs4_openowner *); 470extern void nfs4_free_openowner(struct nfs4_openowner *);
471extern void nfs4_free_lockowner(struct nfs4_lockowner *); 471extern void nfs4_free_lockowner(struct nfs4_lockowner *);
472extern int set_callback_cred(void); 472extern int set_callback_cred(void);
473extern void nfsd4_init_callback(struct nfsd4_callback *);
473extern void nfsd4_probe_callback(struct nfs4_client *clp); 474extern void nfsd4_probe_callback(struct nfs4_client *clp);
474extern void nfsd4_probe_callback_sync(struct nfs4_client *clp); 475extern void nfsd4_probe_callback_sync(struct nfs4_client *clp);
475extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *); 476extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
476extern void nfsd4_do_callback_rpc(struct work_struct *);
477extern void nfsd4_cb_recall(struct nfs4_delegation *dp); 477extern void nfsd4_cb_recall(struct nfs4_delegation *dp);
478extern int nfsd4_create_callback_queue(void); 478extern int nfsd4_create_callback_queue(void);
479extern void nfsd4_destroy_callback_queue(void); 479extern void nfsd4_destroy_callback_queue(void);